summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xchannels/chan_zap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index 88ccaaf02..829e2af42 100755
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -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)