提交 ff44ec84 authored 作者: Michael Jerris's avatar Michael Jerris

fix debug message

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14202 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 9e5c81be
......@@ -1555,7 +1555,8 @@ void sofia_reg_handle_sip_r_challenge(int status,
}
if (profile->debug) {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Authenticating '%s' with '%s'.\n", profile->username, authentication);
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Authenticating '%s' with '%s'.\n",
(sip_auth_username && sip_auth_password) ? sip_auth_username : gateway->auth_username, authentication);
}
ss_state = nua_callstate_authenticating;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论