[Freeswitch-svn] [commit] r5162 - freeswitch/trunk/src/mod/endpoints/mod_iax
Freeswitch SVN
mikej at freeswitch.org
Fri May 11 22:17:45 EDT 2007
Author: mikej
Date: Fri May 11 22:17:45 2007
New Revision: 5162
Modified:
freeswitch/trunk/src/mod/endpoints/mod_iax/mod_iax.c
Log:
better log level
Modified: freeswitch/trunk/src/mod/endpoints/mod_iax/mod_iax.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_iax/mod_iax.c (original)
+++ freeswitch/trunk/src/mod/endpoints/mod_iax/mod_iax.c Fri May 11 22:17:45 2007
@@ -1038,7 +1038,7 @@
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;
More information about the Freeswitch-svn
mailing list