mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
Removing some leftover debug messages from a while back.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@93297 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -4622,9 +4622,7 @@ static int reload_queues(int reload)
|
|||||||
* scheme for queue members, we must devise the queue's strategy before other initializations
|
* scheme for queue members, we must devise the queue's strategy before other initializations
|
||||||
*/
|
*/
|
||||||
if((tmpvar = ast_variable_retrieve(cfg, cat, "strategy"))) {
|
if((tmpvar = ast_variable_retrieve(cfg, cat, "strategy"))) {
|
||||||
ast_log(LOG_DEBUG, "Success!!\n");
|
|
||||||
q->strategy = strat2int(tmpvar);
|
q->strategy = strat2int(tmpvar);
|
||||||
ast_log(LOG_DEBUG, "Queue strategy set to '%s'\n", int2strat(q->strategy));
|
|
||||||
if (q->strategy < 0) {
|
if (q->strategy < 0) {
|
||||||
ast_log(LOG_WARNING, "'%s' isn't a valid strategy for queue '%s', using ringall instead\n",
|
ast_log(LOG_WARNING, "'%s' isn't a valid strategy for queue '%s', using ringall instead\n",
|
||||||
tmpvar, q->name);
|
tmpvar, q->name);
|
||||||
|
Reference in New Issue
Block a user