remove wtf

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2899 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2006-09-30 17:39:45 +00:00
parent ca7c2168ce
commit 00fa0c6fab
1 changed files with 1 additions and 1 deletions

View File

@ -2216,7 +2216,7 @@ static void sip_r_register(int status,
} else if (sip->sip_proxy_authenticate) { } else if (sip->sip_proxy_authenticate) {
authenticate = sip->sip_proxy_authenticate; authenticate = sip->sip_proxy_authenticate;
} }
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "WTF status = '%d'\n", status);
if (status == 200) { if (status == 200) {
if (!sofia_private->session) { if (!sofia_private->session) {
oreg->state = REG_STATE_REGISTER; oreg->state = REG_STATE_REGISTER;