mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-11-04 05:15:22 +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 */
 | 
			
		||||
			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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user