]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-6412 --resolve
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 31 Mar 2014 21:22:29 +0000 (16:22 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 31 Mar 2014 21:22:33 +0000 (16:22 -0500)
src/switch_rtp.c

index aac239947103030f8518e2cb9e5a9e87507253ce..a7fec0bfc1b0c2b34a91dbaa12b5f98fba57e20e 100644 (file)
@@ -836,7 +836,7 @@ static void handle_ice(switch_rtp_t *rtp_session, switch_rtp_ice_t *ice, void *d
        memcpy(buf, data, cpylen);
        packet = switch_stun_packet_parse(buf, (uint32_t)cpylen);
        if (!packet) {
-               switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(rtp_session->session), SWITCH_LOG_ERROR, "Invalid STUN/ICE packet received %ld %d\n", (long)cpylen, *(uint8_t *) data);
+               switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(rtp_session->session), SWITCH_LOG_ERROR, "Invalid STUN/ICE packet received %ld bytes\n", (long)cpylen);
                goto end;
 
        }