From 5112c6ccda88b6fe75949fe96181c52979d62c5c Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Thu, 17 Apr 2025 08:21:21 -0400 Subject: [PATCH] MT#55283 fix typos Change-Id: If533daccecaa9614c4998402894efaae0f895bca --- daemon/codec.c | 2 +- daemon/helpers.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/daemon/codec.c b/daemon/codec.c index c03e34e6f..d0f69a5d9 100644 --- a/daemon/codec.c +++ b/daemon/codec.c @@ -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, diff --git a/daemon/helpers.c b/daemon/helpers.c index d870fedab..259fb6f4c 100644 --- a/daemon/helpers.c +++ b/daemon/helpers.c @@ -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,