[Freeswitch-svn] [commit] r10529 - freeswitch/trunk/src/mod/endpoints/mod_sofia
FreeSWITCH SVN
anthm at freeswitch.org
Mon Nov 24 09:21:56 PST 2008
Author: anthm
Date: Mon Nov 24 12:21:56 2008
New Revision: 10529
Log:
reduce severity of error
Modified:
freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c
Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c (original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c Mon Nov 24 12:21:56 2008
@@ -190,7 +190,7 @@
}
if (!sofia_private || !sofia_private->gateway) {
- switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Gateway information missing\n");
+ switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Gateway information missing Subscription Event: %s\n", sip->sip_event->o_type);
goto error;
}
More information about the Freeswitch-svn
mailing list