diff --git a/src/switch_rtp.c b/src/switch_rtp.c index 17d751346d..6dbc94b3eb 100644 --- a/src/switch_rtp.c +++ b/src/switch_rtp.c @@ -771,7 +771,7 @@ SWITCH_DECLARE(switch_status_t) switch_rtp_change_interval(switch_rtp_t *rtp_ses } else { memset(&rtp_session->timer, 0, sizeof(rtp_session->timer)); switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, - "Problem RE-Starting timer [%s] %d bytes per %dms\n", rtp_session->timer_name, samples_per_interval, ms_per_packet); + "Problem RE-Starting timer [%s] %d bytes per %dms\n", rtp_session->timer_name, samples_per_interval, ms_per_packet / 1000); return SWITCH_STATUS_FALSE; } }