]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
enable debug
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 27 Aug 2012 17:38:42 +0000 (12:38 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 27 Aug 2012 17:38:48 +0000 (12:38 -0500)
src/mod/endpoints/mod_sofia/sofia_presence.c

index 066f3c6b9026843834c9cfb98ad897af71071f0c..cf7159ab45924215a56efb85337bcc2ff1954ffe 100644 (file)
@@ -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);