]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add speak text debug message
authorMichael Jerris <mike@jerris.com>
Thu, 15 Jun 2006 03:16:44 +0000 (03:16 +0000)
committerMichael Jerris <mike@jerris.com>
Thu, 15 Jun 2006 03:16:44 +0000 (03:16 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1627 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_ivr.c

index fa029fa88abb86706480f9a5dfd90887474343d4..eead4fc27252ca3c2e6decc27e35bb02c5677147 100644 (file)
@@ -538,6 +538,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_speak_text_handle(switch_core_session
        flags = 0;
        switch_sleep(200000);
        switch_core_speech_feed_tts(sh, text, &flags);
+       switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Speaking text: %s\n", text);
 
        write_frame.rate = sh->rate;