[svn-commits] mmichelson: branch 1.6.1 r190624 - in /branches/1.6.1: ./ apps/app_queue.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Mon Apr 27 11:27:52 CDT 2009
Author: mmichelson
Date: Mon Apr 27 11:27:49 2009
New Revision: 190624
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=190624
Log:
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.
........
Modified:
branches/1.6.1/ (props changed)
branches/1.6.1/apps/app_queue.c
Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.1/apps/app_queue.c
URL: http://svn.digium.com/svn-view/asterisk/branches/1.6.1/apps/app_queue.c?view=diff&rev=190624&r1=190623&r2=190624
==============================================================================
--- branches/1.6.1/apps/app_queue.c (original)
+++ branches/1.6.1/apps/app_queue.c Mon Apr 27 11:27:49 2009
@@ -4760,7 +4760,7 @@
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;
}
More information about the svn-commits
mailing list