[svn-commits] pabelanger: branch 1.6.2 r301176 - /branches/1.6.2/apps/app_verbose.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Sat Jan 8 21:58:31 UTC 2011
Author: pabelanger
Date: Sat Jan 8 15:58:24 2011
New Revision: 301176
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=301176
Log:
Indicate log level argument for Log() is not optional
(closes issue #18586)
Reported by: kshumard
Patches:
app_verbose.c.patch uploaded by kshumard (license 92)
Modified:
branches/1.6.2/apps/app_verbose.c
Modified: branches/1.6.2/apps/app_verbose.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/apps/app_verbose.c?view=diff&rev=301176&r1=301175&r2=301176
==============================================================================
--- branches/1.6.2/apps/app_verbose.c (original)
+++ branches/1.6.2/apps/app_verbose.c Sat Jan 8 15:58:24 2011
@@ -57,7 +57,7 @@
Send arbitrary text to a selected log level.
</synopsis>
<syntax>
- <parameter name="level">
+ <parameter name="level" required="true">
<para>Level must be one of <literal>ERROR</literal>, <literal>WARNING</literal>, <literal>NOTICE</literal>,
<literal>DEBUG</literal>, <literal>VERBOSE</literal> or <literal>DTMF</literal>.</para>
</parameter>
More information about the svn-commits
mailing list