mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
Various minor cleanups (bug #931)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2087 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1131,8 +1131,9 @@ static int queue_exec(struct ast_channel *chan, void *data)
|
||||
}
|
||||
}
|
||||
}
|
||||
printf("queue: %s, options: %s, url: %s, announce: %s\n",
|
||||
queuename, options, url, announceoverride);
|
||||
if (option_debug)
|
||||
ast_log(LOG_DEBUG, "queue: %s, options: %s, url: %s, announce: %s\n",
|
||||
queuename, options, url, announceoverride);
|
||||
/* Setup our queue entry */
|
||||
memset(&qe, 0, sizeof(qe));
|
||||
qe.chan = chan;
|
||||
|
Reference in New Issue
Block a user