mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
Minor cleanup
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1116 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -223,7 +223,7 @@ static void leave_queue(struct queue_ent *qe)
|
|||||||
/* Take us out of the queue */
|
/* Take us out of the queue */
|
||||||
manager_event(EVENT_FLAG_CALL, "Leave",
|
manager_event(EVENT_FLAG_CALL, "Leave",
|
||||||
"Channel: %s\r\nQueue: %s\r\nCount: %d\r\n",
|
"Channel: %s\r\nQueue: %s\r\nCount: %d\r\n",
|
||||||
qe->chan->name, q->name, q->count - 1);
|
qe->chan->name, q->name, q->count);
|
||||||
#if 0
|
#if 0
|
||||||
ast_log(LOG_NOTICE, "Queue '%s' Leave, Channel '%s'\n", q->name, qe->chan->name );
|
ast_log(LOG_NOTICE, "Queue '%s' Leave, Channel '%s'\n", q->name, qe->chan->name );
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user