]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix for FSCORE-42
authorMichael Jerris <mike@jerris.com>
Fri, 3 Aug 2007 03:40:05 +0000 (03:40 +0000)
committerMichael Jerris <mike@jerris.com>
Fri, 3 Aug 2007 03:40:05 +0000 (03:40 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5551 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_ivr_async.c

index 74a71fda16c32201bc97a7bed7bf3261e454d906..10c5387c4848fa77e95ae46f1433fc164309038a 100644 (file)
@@ -623,7 +623,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_tone_detect_session(switch_core_sessi
          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;