From: Russell Bryant Date: Thu, 14 Oct 2004 22:46:56 +0000 (+0000) Subject: show output with 'pri debug' with verbosity set to zero (bug #2645) X-Git-Tag: 1.0.11.1~434 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f85277c7b383b694d20abc9d69ca12f028bccbe8;p=thirdparty%2Fasterisk.git show output with 'pri debug' with verbosity set to zero (bug #2645) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4007 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_zap.c b/channels/chan_zap.c index c4085f9db8..b03b51b1c9 100755 --- a/channels/chan_zap.c +++ b/channels/chan_zap.c @@ -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)