From d8775d20f204b86385f4432e85297289d7eb5801 Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Mon, 27 Apr 2009 16:27:09 +0000 Subject: [PATCH] Merged revisions 190622 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ........ r190622 | mmichelson | 2009-04-27 11:26:14 -0500 (Mon, 27 Apr 2009) | 3 lines Update warning message to not have pipes and contain all options. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@190623 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_queue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_queue.c b/apps/app_queue.c index 2b1ad759fb..8c2d453cc3 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -4695,7 +4695,7 @@ static int queue_exec(struct ast_channel *chan, void *data) struct queue_ent qe; if (ast_strlen_zero(data)) { - ast_log(LOG_WARNING, "Queue requires an argument: queuename[|options[|URL[|announceoverride[|timeout[|agi]]]]]\n"); + ast_log(LOG_WARNING, "Queue requires an argument: queuename[,options[,URL[,announceoverride[,timeout[,agi[,macro[,gosub[,rule]]]]]]]]\n"); return -1; }