[svn-commits] rmudgett: branch rmudgett/ast_verb r405232 - /team/rmudgett/ast_verb/main/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Jan 9 10:25:53 CST 2014


Author: rmudgett
Date: Thu Jan  9 10:25:51 2014
New Revision: 405232

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=405232
Log:
Add atleast to the rasterisk connect verbose command.

Modified:
    team/rmudgett/ast_verb/main/asterisk.c

Modified: team/rmudgett/ast_verb/main/asterisk.c
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/ast_verb/main/asterisk.c?view=diff&rev=405232&r1=405231&r2=405232
==============================================================================
--- team/rmudgett/ast_verb/main/asterisk.c (original)
+++ team/rmudgett/ast_verb/main/asterisk.c Thu Jan  9 10:25:51 2014
@@ -2481,7 +2481,7 @@
 	 * initially desired.
 	 */
 	if (option_verbose) {
-		snprintf(buf, sizeof(buf), "core set verbose %d silent", option_verbose);
+		snprintf(buf, sizeof(buf), "core set verbose atleast %d silent", option_verbose);
 		fdsend(ast_consock, buf);
 	}
 




More information about the svn-commits mailing list