[Freeswitch-svn] [commit] r5551 - freeswitch/trunk/src

Freeswitch SVN mikej at freeswitch.org
Thu Aug 2 23:40:05 EDT 2007


Author: mikej
Date: Thu Aug  2 23:40:05 2007
New Revision: 5551

Modified:
   freeswitch/trunk/src/switch_ivr_async.c

Log:
fix for FSCORE-42

Modified: freeswitch/trunk/src/switch_ivr_async.c
==============================================================================
--- freeswitch/trunk/src/switch_ivr_async.c	(original)
+++ freeswitch/trunk/src/switch_ivr_async.c	Thu Aug  2 23:40:05 2007
@@ -623,7 +623,7 @@
 	  return SWITCH_STATUS_MEMERR;
   }
 
-  switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Adding tone spec %s index %d\n", tone_spec, cont->index);
+  switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Adding tone spec %s index %d\n", tone_spec, cont->index);
 
   i = 0;
   p = (char *) tone_spec;



More information about the Freeswitch-svn mailing list