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,