]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
debug tweak
authorMichael Jerris <mike@jerris.com>
Sat, 4 Oct 2008 08:09:44 +0000 (08:09 +0000)
committerMichael Jerris <mike@jerris.com>
Sat, 4 Oct 2008 08:09:44 +0000 (08:09 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9830 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_cpp.cpp

index 7f01a97d279723b6dcc3d48ea45ebe05adbf0635..b2a9d0277e0dea6cc5c50a99bd001f9f6faa7e92 100644 (file)
@@ -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;
 }