]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
followup 2
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 31 May 2011 18:18:35 +0000 (13:18 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 31 May 2011 18:18:35 +0000 (13:18 -0500)
src/switch_core_media_bug.c

index c8a17cfd9193a578c257885cdeb4b79a6c9e81e5..b211022b28121a45b28cb20145e76cf8ae95ef0d 100644 (file)
@@ -420,6 +420,8 @@ SWITCH_DECLARE(switch_status_t) switch_core_media_bug_transfer_recordings(switch
                switch_thread_rwlock_unlock(orig_session->bug_rwlock);
 
                for(i = 0; i < x; i++) {
+                       switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(orig_session), SWITCH_LOG_DEBUG, "Transfering %s from %s to %s\n", list[i],
+                                                         switch_core_session_get_name(orig_session), switch_core_session_get_name(new_session));
                        switch_ivr_stop_record_session(orig_session, list[i]);
                        switch_ivr_record_session(new_session, list[i], stop_times[i], NULL);
                }