projects
/
asterisk/asterisk.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Conversions to ast_debug()
[asterisk/asterisk.git]
/
apps
/
app_test.c
diff --git
a/apps/app_test.c
b/apps/app_test.c
index
8bf7b9e
..
7941351
100644
(file)
--- a/
apps/app_test.c
+++ b/
apps/app_test.c
@@
-283,7
+283,7
@@
static int testclient_exec(struct ast_channel *chan, void *data)
else
res = -1;
}
- if (option_debug && !res ) {
+ if (!res) {
/* Step 12: Hangup! */
ast_debug(1, "TestClient: 12. Hangup\n");
}