From: Anthony Minessale Date: Mon, 27 Aug 2012 17:38:42 +0000 (-0500) Subject: enable debug X-Git-Tag: v1.2.3^2~158^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be5fc2c0c51581db4aa7d57ffe23d6f4372c37ce;p=thirdparty%2Ffreeswitch.git enable debug --- diff --git a/src/mod/endpoints/mod_sofia/sofia_presence.c b/src/mod/endpoints/mod_sofia/sofia_presence.c index 066f3c6b90..cf7159ab45 100644 --- a/src/mod/endpoints/mod_sofia/sofia_presence.c +++ b/src/mod/endpoints/mod_sofia/sofia_presence.c @@ -1226,7 +1226,7 @@ static void actual_sofia_presence_event_handler(switch_event_t *event) if (call_info) { -#if 0 +#if 1 if (mod_sofia_globals.debug_sla > 1) { switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "SLA EVENT:\n"); DUMP_EVENT(event);