[Asterisk-cvs] asterisk/apps app_verbose.c,1.1,1.2

markster at lists.digium.com markster at lists.digium.com
Fri Aug 6 13:23:54 CDT 2004


Update of /usr/cvsroot/asterisk/apps
In directory localhost.localdomain:/tmp/cvs-serv26035/apps

Modified Files:
	app_verbose.c 
Log Message:
Merge the remaining bit of the verbose update (bug #2213)


Index: app_verbose.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_verbose.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- app_verbose.c	6 Aug 2004 02:12:54 -0000	1.1
+++ app_verbose.c	6 Aug 2004 17:09:54 -0000	1.2
@@ -57,6 +57,9 @@
 			}
 			if (option_verbose >= vsize) {
 				switch (vsize) {
+				case 0:
+					ast_verbose("%s\n", vtext);
+					break;
 				case 1:
 					ast_verbose(VERBOSE_PREFIX_1 "%s\n", vtext);
 					break;




More information about the svn-commits mailing list