[Freeswitch-trunk] [commit] r12764 - freeswitch/trunk/src/mod/asr_tts/mod_pocketsphinx
FreeSWITCH SVN
brian at freeswitch.org
Tue Mar 24 16:18:04 PDT 2009
Author: brian
Date: Tue Mar 24 18:18:04 2009
New Revision: 12764
Log:
not really a warning
Modified:
freeswitch/trunk/src/mod/asr_tts/mod_pocketsphinx/mod_pocketsphinx.c
Modified: freeswitch/trunk/src/mod/asr_tts/mod_pocketsphinx/mod_pocketsphinx.c
==============================================================================
--- freeswitch/trunk/src/mod/asr_tts/mod_pocketsphinx/mod_pocketsphinx.c (original)
+++ freeswitch/trunk/src/mod/asr_tts/mod_pocketsphinx/mod_pocketsphinx.c Tue Mar 24 18:18:04 2009
@@ -221,7 +221,7 @@
switch_mutex_unlock(ps->flag_mutex);
switch_clear_flag(ps, PSFLAG_HAS_TEXT);
switch_clear_flag(ps, PSFLAG_READY);
- switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_WARNING, "Port Closed.\n");
+ switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "Port Closed.\n");
switch_set_flag(ah, SWITCH_ASR_FLAG_CLOSED);
return SWITCH_STATUS_SUCCESS;
}
More information about the Freeswitch-trunk
mailing list