[Asterisk-cvs] asterisk/channels chan_zap.c,1.344.2.3,1.344.2.4

russell at lists.digium.com russell at lists.digium.com
Thu Oct 14 18:46:37 CDT 2004


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

Modified Files:
      Tag: v1-0
	chan_zap.c 
Log Message:
show output with 'pri debug' with verbosity set to zero (bug #2645)


Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.344.2.3
retrieving revision 1.344.2.4
diff -u -d -r1.344.2.3 -r1.344.2.4
--- chan_zap.c	9 Oct 2004 00:44:30 -0000	1.344.2.3
+++ chan_zap.c	14 Oct 2004 22:46:56 -0000	1.344.2.4
@@ -7128,8 +7128,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