From: Seven Du Date: Sat, 27 Apr 2013 09:08:35 +0000 (+0800) Subject: FS-4990 Doh! fix unintentional %s X-Git-Tag: v1.5.1~146 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a980074f16394c9ef97490432b993ec6e39ed342;p=thirdparty%2Ffreeswitch.git FS-4990 Doh! fix unintentional %s --- diff --git a/src/switch_rtp.c b/src/switch_rtp.c index 46f7cb1957..3a0015b42b 100644 --- a/src/switch_rtp.c +++ b/src/switch_rtp.c @@ -4625,7 +4625,7 @@ static int rtp_common_read(switch_rtp_t *rtp_session, switch_payload_t *payload_ my_host = switch_get_addr(bufc, sizeof(bufc), rtp_session->local_addr); switch_log_printf(SWITCH_CHANNEL_SESSION_LOG_CLEAN(rtp_session->session), SWITCH_LOG_CONSOLE, - "%sR %s b=%4ld %s:%u %s:%u %s:%u pt=%d ts=%u m=%d\n", + "R %s b=%4ld %s:%u %s:%u %s:%u pt=%d ts=%u m=%d\n", switch_channel_get_name(switch_core_session_get_channel(rtp_session->session)), (long) bytes, my_host, switch_sockaddr_get_port(rtp_session->local_addr),