[asterisk-commits] mmichelson: trunk r94465 - in /trunk: ./ apps/app_queue.c

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


Author: mmichelson
Date: Fri Dec 21 10:12:14 2007
New Revision: 94465

URL: http://svn.digium.com/view/asterisk?view=rev&rev=94465
Log:
Merged revisions 94464 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r94464 | mmichelson | 2007-12-21 10:11:44 -0600 (Fri, 21 Dec 2007) | 3 lines

Removing a debug message I accidentally just committed


........

Modified:
    trunk/   (props changed)
    trunk/apps/app_queue.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/apps/app_queue.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_queue.c?view=diff&rev=94465&r1=94464&r2=94465
==============================================================================
--- trunk/apps/app_queue.c (original)
+++ trunk/apps/app_queue.c Fri Dec 21 10:12:14 2007
@@ -2351,7 +2351,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