]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Quieten the last-ditch message a bit.
authorMike Brady <mikebrady@eircom.net>
Sun, 3 Jun 2018 19:05:10 +0000 (20:05 +0100)
committerMike Brady <mikebrady@eircom.net>
Sun, 3 Jun 2018 19:05:10 +0000 (20:05 +0100)
player.c

index e05cebc1fe11534a6b43605ec488081b1e297e16..8337c3294525a85d8d0031ca2c4e23a4718ed9a3 100644 (file)
--- a/player.c
+++ b/player.c
@@ -617,7 +617,7 @@ void player_put_packet(seq_t seqno, uint32_t actual_timestamp, int64_t timestamp
                     if (config.disable_resend_requests == 0) {
                       if ((back_step + k + resend_interval) >=
                           seq_diff(conn->ab_read, conn->ab_write, conn->ab_read))
-                        debug(2, "Last-ditch (#%d) resend request for packet %u in range %u to %u. "
+                        debug(3, "Last-ditch (#%d) resend request for packet %u in range %u to %u. "
                                  "Looking back %d packets.",
                               j, next, conn->ab_read, conn->ab_write, back_step + k);
                       debug_mutex_unlock(&conn->ab_mutex, 3);