mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-09 03:18:30 +00:00
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
This commit is contained in:
@@ -7128,8 +7128,7 @@ static void *do_idle_thread(void *vchan)
|
|||||||
|
|
||||||
static void zt_pri_message(char *s)
|
static void zt_pri_message(char *s)
|
||||||
{
|
{
|
||||||
if (option_verbose)
|
ast_verbose(s);
|
||||||
ast_verbose(s);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void zt_pri_error(char *s)
|
static void zt_pri_error(char *s)
|
||||||
|
|||||||
Reference in New Issue
Block a user