From f6d219cb18fad998d4be76c1cbe5a5ad11a00ad1 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Tue, 24 Jun 2003 22:23:40 +0000 Subject: [PATCH] Minor cleanup git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1116 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_queue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_queue.c b/apps/app_queue.c index ab756132b5..d983201451 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