MT#55283 fix typos

Change-Id: If533daccecaa9614c4998402894efaae0f895bca
pull/1855/merge
Richard Fuchs 1 week ago
parent 3df2868eb5
commit 5112c6ccda

@ -2458,7 +2458,7 @@ void codec_output_rtp(struct media_packet *mp, struct codec_scheduler *csch,
}
send:
ilogs(transcoding, LOG_DEBUG, "Scheduling to send RTP packet (seq %u TS %lu) in %" PRId64 ".%01ld ms (at %" PRId64" .%06" PRId64" )",
ilogs(transcoding, LOG_DEBUG, "Scheduling to send RTP packet (seq %u TS %lu) in %" PRId64 ".%01ld ms (at %" PRId64 ".%06" PRId64 ")",
ntohs(rh->seq_num),
ts,
ts_diff_us / 1000,

@ -312,8 +312,8 @@ static void thread_looper_helper(void *fp) {
int64_t stop = now_us();
int64_t duration_us = stop - rtpe_now;
if (duration_us > warn_limit_us)
ilog(LOG_WARN, "Run time of timer \"%s\": %" PRId64" .%06" PRId64" sec, "
"exceeding limit of %" PRId64" %% (%" PRId64" .%06" PRId64" sec)",
ilog(LOG_WARN, "Run time of timer \"%s\": %" PRId64 ".%06" PRId64 " sec, "
"exceeding limit of %" PRId64 "%% (%" PRId64 ".%06" PRId64 " sec)",
lh.name,
duration_us / 1000000, duration_us % 1000000,
warn_limit_pct,

Loading…
Cancel
Save