X-Git-Url: http://git.asterisk.org/gitweb/?p=asterisk%2Fasterisk.git;a=blobdiff_plain;f=pbx%2Fpbx_dundi.c;h=a7d2644b20ca6164f5a02eb4455b07d51750ad9d;hp=407d96953361047eb850270a7a0a26b2d69f3afd;hb=8009d536902daa2d88e5681adacf45fa2de5f608;hpb=16e8f4ca350e4be98c2df22ab29c2d20a6554251;ds=sidebyside diff --git a/pbx/pbx_dundi.c b/pbx/pbx_dundi.c index 407d969..a7d2644 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)