]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
move to info. (OPENZAP-85)
authorBrian West <brian@freeswitch.org>
Mon, 20 Jul 2009 14:27:59 +0000 (14:27 +0000)
committerBrian West <brian@freeswitch.org>
Mon, 20 Jul 2009 14:27:59 +0000 (14:27 +0000)
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@777 a93c3328-9c30-0410-af19-c9cd2b2d52af

libs/freetdm/mod_openzap/mod_openzap.c

index 6b5688d2cd7ca4c4f172d89e6cbedeb212d8bdb7..a13a3026e5bfc97372820bdef428c77630f2eaf6 100644 (file)
@@ -2383,7 +2383,7 @@ SWITCH_STANDARD_APP(disable_ec_function)
        tech_pvt = switch_core_session_get_private(session);
        zap_channel_command(tech_pvt->zchan, ZAP_COMMAND_DISABLE_ECHOCANCEL, &x);
        zap_channel_command(tech_pvt->zchan, ZAP_COMMAND_DISABLE_ECHOTRAIN, &x);
-       zap_log(ZAP_LOG_ERROR, "Echo Canceller Disabled\n");
+       zap_log(ZAP_LOG_INFO, "Echo Canceller Disabled\n");
 }