mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-30 02:26:23 +00:00
Remove debug message
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@125856 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3548,7 +3548,6 @@ static int try_calling(struct queue_ent *qe, const char *options, char *announce
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
which = peer;
|
which = peer;
|
||||||
ast_log(LOG_NOTICE, "poop\n");
|
|
||||||
ast_channel_unlock(qe->chan);
|
ast_channel_unlock(qe->chan);
|
||||||
if (monitorfilename)
|
if (monitorfilename)
|
||||||
ast_monitor_start(which, qe->parent->monfmt, monitorfilename, 1, X_REC_IN | X_REC_OUT);
|
ast_monitor_start(which, qe->parent->monfmt, monitorfilename, 1, X_REC_IN | X_REC_OUT);
|
||||||
|
Reference in New Issue
Block a user