Make PRI debug work when verbosity = 0 (bug #2645)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3993 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-10-14 04:03:24 +00:00
parent bb10f5af9f
commit f12f0a7011

View File

@@ -7149,8 +7149,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)