From a1137064a440f24a5bcab3d33c6838080e8e2fbf Mon Sep 17 00:00:00 2001 From: sidneys Date: Wed, 25 Sep 2019 22:46:04 +0200 Subject: [PATCH] fix(player.c): increase the log level of the constantly repeated resend check startup message ("check start") from "2" to "3" as to maintain readabiility of log verbosity level 2. --- player.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/player.c b/player.c index a42536dc..31098598 100644 --- a/player.c +++ b/player.c @@ -628,7 +628,7 @@ void player_put_packet(seq_t seqno, uint32_t actual_timestamp, uint8_t *data, in int missing_frame_run_count = 0; int start_of_missing_frame_run = -1; int number_of_missing_frames = 0; - debug(2,"check start"); + debug(3,"check start"); while (x != conn->ab_write) { abuf_t *check_buf = conn->audio_buffer + BUFIDX(x); if (!check_buf->ready) { -- 2.47.2