From: Michael Jerris Date: Sat, 4 Oct 2008 08:09:44 +0000 (+0000) Subject: debug tweak X-Git-Tag: v1.0.2~963 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b05084f78a2345ae5a0d677bf4a1d7c74fb4974;p=thirdparty%2Ffreeswitch.git debug tweak git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9830 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/switch_cpp.cpp b/src/switch_cpp.cpp index 7f01a97d27..b2a9d0277e 100644 --- a/src/switch_cpp.cpp +++ b/src/switch_cpp.cpp @@ -1238,7 +1238,7 @@ SWITCH_DECLARE(switch_status_t) CoreSession::process_callback_result(char *resul return SWITCH_STATUS_SUCCESS; } - switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "no match, return false\n"); + switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "no callback result match for '%s', return false\n", result); return SWITCH_STATUS_FALSE; }