[Asterisk-cvs] asterisk/channels chan_zap.c,1.356,1.357

markster at lists.digium.com markster at lists.digium.com
Thu Oct 14 00:03:01 CDT 2004


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv9324/channels

Modified Files:
	chan_zap.c 
Log Message:
Make PRI debug work when verbosity = 0 (bug #2645)


Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.356
retrieving revision 1.357
diff -u -d -r1.356 -r1.357
--- chan_zap.c	6 Oct 2004 23:45:26 -0000	1.356
+++ chan_zap.c	14 Oct 2004 04:03:24 -0000	1.357
@@ -7149,8 +7149,7 @@
 
 static void zt_pri_message(char *s)
 {
-	if (option_verbose)
-		ast_verbose(s);
+	ast_verbose(s);
 }
 
 static void zt_pri_error(char *s)




More information about the svn-commits mailing list