[asterisk-commits] mmichelson: trunk r93297 - /trunk/apps/app_queue.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Dec 17 14:42:09 CST 2007
Author: mmichelson
Date: Mon Dec 17 14:42:08 2007
New Revision: 93297
URL: http://svn.digium.com/view/asterisk?view=rev&rev=93297
Log:
Removing some leftover debug messages from a while back.
Modified:
trunk/apps/app_queue.c
Modified: trunk/apps/app_queue.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_queue.c?view=diff&rev=93297&r1=93296&r2=93297
==============================================================================
--- trunk/apps/app_queue.c (original)
+++ trunk/apps/app_queue.c Mon Dec 17 14:42:08 2007
@@ -4622,9 +4622,7 @@
* scheme for queue members, we must devise the queue's strategy before other initializations
*/
if((tmpvar = ast_variable_retrieve(cfg, cat, "strategy"))) {
- ast_log(LOG_DEBUG, "Success!!\n");
q->strategy = strat2int(tmpvar);
- ast_log(LOG_DEBUG, "Queue strategy set to '%s'\n", int2strat(q->strategy));
if (q->strategy < 0) {
ast_log(LOG_WARNING, "'%s' isn't a valid strategy for queue '%s', using ringall instead\n",
tmpvar, q->name);
More information about the asterisk-commits
mailing list