debug tweak

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9830 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-10-04 08:09:44 +00:00
parent 42bd1e4097
commit 4b05084f78
1 changed files with 1 additions and 1 deletions

View 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;
}