]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-2368 forgot one debug line
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 29 Nov 2010 19:02:48 +0000 (13:02 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 29 Nov 2010 19:02:48 +0000 (13:02 -0600)
src/switch_ivr_bridge.c

index 64a5f8d7c964837a0606ec9c24f8e73459c188c7..4cae1a67e201095ff31d591a6b763768a483a6f4 100644 (file)
@@ -349,7 +349,7 @@ static void *audio_bridge_thread(switch_thread_t *thread, void *obj)
                        
                        if (exec_app) {
                                switch_event_t *execute_event;
-                               switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session_a), SWITCH_LOG_CRIT, "%s Bridge execute app %s(%s)\n", 
+                               switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session_a), SWITCH_LOG_DEBUG, "%s Bridge execute app %s(%s)\n", 
                                                                  switch_channel_get_name(chan_a), exec_app, exec_data);
 
                                if (switch_event_create(&execute_event, SWITCH_EVENT_COMMAND) == SWITCH_STATUS_SUCCESS) {
@@ -1228,8 +1228,6 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_multi_threaded_bridge(switch_core_ses
                                        switch_channel_set_variable(peer_channel, "bridge_pre_execute_data", data);
                                }
                                
-                               switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "APP [%s][%s]\n", app, switch_str_nil(data));
-                               
                        }
                        
                        switch_channel_set_private(peer_channel, "_bridge_", b_leg);