提交 00fa0c6f authored 作者: Anthony Minessale's avatar Anthony Minessale

remove wtf

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2899 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 ca7c2168
...@@ -2216,7 +2216,7 @@ static void sip_r_register(int status, ...@@ -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;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论