diff --git a/apps/app_queue.c b/apps/app_queue.c index ab756132b5a70d7f511cb318364bfac3573ba5f7..d983201451a93589379a42484210d482936fae46 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