better log level
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5162 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
6faf831fe5
commit
5045ba88ba
|
@ -1038,7 +1038,7 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_runtime(void)
|
|||
break;
|
||||
case IAX_EVENT_REGREQ:
|
||||
/* what is the right way to handle this? */
|
||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_NOTICE, "Registration request ignored, not implemented.\n");
|
||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Registration request ignored, not implemented.\n");
|
||||
iax_destroy(iaxevent->session);
|
||||
iaxevent->session = NULL;
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue