]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
show output with 'pri debug' with verbosity set to zero (bug #2645)
authorRussell Bryant <russell@russellbryant.com>
Thu, 14 Oct 2004 22:46:56 +0000 (22:46 +0000)
committerRussell Bryant <russell@russellbryant.com>
Thu, 14 Oct 2004 22:46:56 +0000 (22:46 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4007 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_zap.c

index c4085f9db806b11cd1cff5b2d185e5819e2c88d2..b03b51b1c93d4352c817d5efbc5b302229fef6ec 100755 (executable)
@@ -7128,8 +7128,7 @@ static void *do_idle_thread(void *vchan)
 
 static void zt_pri_message(char *s)
 {
-       if (option_verbose)
-               ast_verbose(s);
+       ast_verbose(s);
 }
 
 static void zt_pri_error(char *s)