]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update
authorBrian West <brian@freeswitch.org>
Mon, 10 Apr 2006 17:27:26 +0000 (17:27 +0000)
committerBrian West <brian@freeswitch.org>
Mon, 10 Apr 2006 17:27:26 +0000 (17:27 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1106 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_rtp.c

index 9aae91959fae6656a6740b1087d2c544ff56aa96..7049ef924fb0c80dc98bb6baece61c00885c093b 100644 (file)
@@ -308,7 +308,7 @@ SWITCH_DECLARE(switch_status) switch_rtp_create(switch_rtp **new_rtp_session,
                }
     
                switch_console_printf(SWITCH_CHANNEL_CONSOLE, "set master key/salt to %s/", octet_string_hex_string(key, 16));
-               switch_console_printf(SWITCH_CHANNEL_CONSOLE, "%s\n", octet_string_hex_string(key+16, 14));
+               switch_console_printf(SWITCH_CHANNEL_CONSOLE_CLEAN, "%s\n", octet_string_hex_string(key+16, 14));
        } else {
                policy.key                 = (uint8_t *)key;
                policy.ssrc.type           = ssrc_specific;