move this to profile debug its harmless mostly

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10250 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-11-05 15:55:53 +00:00
parent 3cea8ee03a
commit 22c37c1a1a
1 changed files with 3 additions and 1 deletions

View File

@ -1152,7 +1152,9 @@ static int sofia_presence_mwi_callback(void *pArg, int argc, char **argv, char *
} }
if (!(nh = nua_handle_by_call_id(h->profile->nua, call_id))) { if (!(nh = nua_handle_by_call_id(h->profile->nua, call_id))) {
if (profile->debug) {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Cannot find handle for %s\n", call_id); switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Cannot find handle for %s\n", call_id);
}
goto end; goto end;
} }