summaryrefslogtreecommitdiff
path: root/channels/chan_zap.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels/chan_zap.c')
-rwxr-xr-xchannels/chan_zap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index c71e8878d..9f510981e 100755
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -7125,7 +7125,7 @@ static void *do_idle_thread(void *vchan)
static void zt_pri_message(char *s)
{
- ast_verbose(s);
+ ast_verbose("%s", s);
}
static void zt_pri_error(char *s)