[asterisk-commits] mmichelson: branch 1.4 r74122 - /branches/1.4/apps/app_queue.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Jul 9 13:38:29 CDT 2007


Author: mmichelson
Date: Mon Jul  9 13:38:28 2007
New Revision: 74122

URL: http://svn.digium.com/view/asterisk?view=rev&rev=74122
Log:
Forgot to get rid of an extraneous debug message.


Modified:
    branches/1.4/apps/app_queue.c

Modified: branches/1.4/apps/app_queue.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/apps/app_queue.c?view=diff&rev=74122&r1=74121&r2=74122
==============================================================================
--- branches/1.4/apps/app_queue.c (original)
+++ branches/1.4/apps/app_queue.c Mon Jul  9 13:38:28 2007
@@ -3464,7 +3464,6 @@
 					}
 					break;
 				}
-				ast_log(LOG_DEBUG, "Status update 3\n");
 
 				stat = get_member_status(qe.parent, qe.max_penalty);
 




More information about the asterisk-commits mailing list