From: Michael Jerris Date: Thu, 15 Jun 2006 03:16:44 +0000 (+0000) Subject: add speak text debug message X-Git-Tag: v1.0-beta1~2576 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fc49afe9e1c0ab6c19dd8eba2b66520efc46b88;p=thirdparty%2Ffreeswitch.git add speak text debug message git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1627 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- 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;