]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
fix(player.c): increase the log level of the constantly repeated resend check startup... 908/head
authorsidneys <sidneys.github.io@outlook.com>
Wed, 25 Sep 2019 20:46:04 +0000 (22:46 +0200)
committersidneys <sidneys.github.io@outlook.com>
Wed, 25 Sep 2019 20:46:04 +0000 (22:46 +0200)
player.c

index a42536dcf6ae0642e86c359a577e769153f83a98..31098598702dc688971845dc0ae6c893e9ef347a 100644 (file)
--- 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) {