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

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Dec 21 10:11:45 CST 2007


Author: mmichelson
Date: Fri Dec 21 10:11:44 2007
New Revision: 94464

URL: http://svn.digium.com/view/asterisk?view=rev&rev=94464
Log:
Removing a debug message I accidentally just committed


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=94464&r1=94463&r2=94464
==============================================================================
--- branches/1.4/apps/app_queue.c (original)
+++ branches/1.4/apps/app_queue.c Fri Dec 21 10:11:44 2007
@@ -2079,7 +2079,6 @@
 				break;
 			/* On "ringall" strategy we only move to the next penalty level
 			   when *all* ringing phones are done in the current penalty level */
-			ast_log(LOG_DEBUG, "I actually hit this...\n");
 			ring_one(qe, outgoing, &numbusies);
 			/* and retry... */
 		}




More information about the asterisk-commits mailing list