From 4fc49afe9e1c0ab6c19dd8eba2b66520efc46b88 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Thu, 15 Jun 2006 03:16:44 +0000 Subject: [PATCH] add speak text debug message git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1627 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_ivr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/switch_ivr.c b/src/switch_ivr.c index fa029fa88a..eead4fc272 100644 --- a/src/switch_ivr.c +++ b/src/switch_ivr.c @@ -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;