[asterisk-commits] pabelanger: branch 1.8 r301177 - in /branches/1.8: ./ apps/app_verbose.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sat Jan 8 22:00:16 UTC 2011
Author: pabelanger
Date: Sat Jan 8 16:00:12 2011
New Revision: 301177
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=301177
Log:
Merged revisions 301176 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
........
r301176 | pabelanger | 2011-01-08 16:58:24 -0500 (Sat, 08 Jan 2011) | 7 lines
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.8/ (props changed)
branches/1.8/apps/app_verbose.c
Propchange: branches/1.8/
------------------------------------------------------------------------------
Binary property 'branch-1.6.2-merged' - no diff available.
Modified: branches/1.8/apps/app_verbose.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/apps/app_verbose.c?view=diff&rev=301177&r1=301176&r2=301177
==============================================================================
--- branches/1.8/apps/app_verbose.c (original)
+++ branches/1.8/apps/app_verbose.c Sat Jan 8 16:00:12 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 asterisk-commits
mailing list