aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-17 20:42:08 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-17 20:42:08 +0000
commite186bda66f312b169f0c048b935e681d385ffe4e (patch)
tree40d2b5629571da9af58ecaf5cb4dfcc520466bc9 /apps
parent01f8f8cb010860e5e2c22bcfb006cc7a757c30be (diff)
Removing some leftover debug messages from a while back.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@93297 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_queue.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index 12482910c..9e831ac8d 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -4622,9 +4622,7 @@ static int reload_queues(int reload)
* 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);