summaryrefslogtreecommitdiff
path: root/apps/app_queue.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-06-24 22:23:40 +0000
committerMark Spencer <markster@digium.com>2003-06-24 22:23:40 +0000
commitf6d219cb18fad998d4be76c1cbe5a5ad11a00ad1 (patch)
treeaf0457189f88acc2241d8845d47bac67e43bc065 /apps/app_queue.c
parent250b80eaf7d4cd6ec7c7d12aa97dd17e7ed19c11 (diff)
Minor cleanup
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1116 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_queue.c')
-rwxr-xr-xapps/app_queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index ab756132b..d98320145 100755
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -223,7 +223,7 @@ static void leave_queue(struct queue_ent *qe)
/* Take us out of the queue */
manager_event(EVENT_FLAG_CALL, "Leave",
"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
ast_log(LOG_NOTICE, "Queue '%s' Leave, Channel '%s'\n", q->name, qe->chan->name );
#endif