From 5045ba88baf4feaf9ee52af97d3f1260caffc946 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Sat, 12 May 2007 02:17:45 +0000 Subject: [PATCH] better log level git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5162 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/endpoints/mod_iax/mod_iax.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/endpoints/mod_iax/mod_iax.c b/src/mod/endpoints/mod_iax/mod_iax.c index ecb12e5c8b..ca84c6de75 100644 --- a/src/mod/endpoints/mod_iax/mod_iax.c +++ b/src/mod/endpoints/mod_iax/mod_iax.c @@ -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;