mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
Conversions to ast_debug()
(issue #9984, patches from eliel and dimas) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@71338 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
Reference in New Issue
Block a user