[Freeswitch-svn] [commit] r8577 - freeswitch/trunk/src
Freeswitch SVN
anthm at freeswitch.org
Fri May 23 23:26:57 EDT 2008
Author: anthm
Date: Fri May 23 23:26:57 2008
New Revision: 8577
Modified:
freeswitch/trunk/src/switch_ivr.c
Log:
typo
Modified: freeswitch/trunk/src/switch_ivr.c
==============================================================================
--- freeswitch/trunk/src/switch_ivr.c (original)
+++ freeswitch/trunk/src/switch_ivr.c Fri May 23 23:26:57 2008
@@ -449,7 +449,7 @@
}
if (!read_codec || !read_codec->implementation) {
- switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Cannot park channels that has no read codec.\n");
+ switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Cannot park channels that have no read codec.\n");
return SWITCH_STATUS_FALSE;
}
More information about the Freeswitch-svn
mailing list