mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-25 04:01:55 +00:00
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;
|
break;
|
||||||
case IAX_EVENT_REGREQ:
|
case IAX_EVENT_REGREQ:
|
||||||
/* what is the right way to handle this? */
|
/* 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);
|
iax_destroy(iaxevent->session);
|
||||||
iaxevent->session = NULL;
|
iaxevent->session = NULL;
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user