From: sidneys Date: Wed, 25 Sep 2019 20:46:04 +0000 (+0200) Subject: fix(player.c): increase the log level of the constantly repeated resend check startup... X-Git-Tag: 3.3.3~2^2~16^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F908%2Fhead;p=thirdparty%2Fshairport-sync.git 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. --- 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) {