From 8009d536902daa2d88e5681adacf45fa2de5f608 Mon Sep 17 00:00:00 2001 From: James Golovich Date: Sun, 24 Oct 2004 06:44:37 +0000 Subject: Pass format string git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4079 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- pbx/pbx_dundi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pbx/pbx_dundi.c') diff --git a/pbx/pbx_dundi.c b/pbx/pbx_dundi.c index 407d96953..a7d2644b2 100755 --- a/pbx/pbx_dundi.c +++ b/pbx/pbx_dundi.c @@ -249,12 +249,12 @@ static int dundi_xmit(struct dundi_packet *pack); static void dundi_debug_output(const char *data) { if (dundidebug) - ast_verbose(data); + ast_verbose("%s", data); } static void dundi_error_output(const char *data) { - ast_log(LOG_WARNING, data); + ast_log(LOG_WARNING, "%s", data); } static int has_permission(struct permission *ps, char *cont) -- cgit v1.2.3