mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 20:56:39 +00:00
only display a debug message if iaxdebug is enabled as well (issue #6673)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@15702 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -6735,7 +6735,7 @@ static int socket_process(struct iax2_thread *thread)
|
||||
if (iaxs[fr.callno]->last < fr.ts) {
|
||||
iaxs[fr.callno]->last = fr.ts;
|
||||
#if 1
|
||||
if (option_debug)
|
||||
if (option_debug && iaxdebug)
|
||||
ast_log(LOG_DEBUG, "For call=%d, set last=%d\n", fr.callno, fr.ts);
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user