]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Minor debug message update.
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Sun, 31 Jul 2022 12:08:54 +0000 (13:08 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Sun, 31 Jul 2022 12:08:54 +0000 (13:08 +0100)
player.c

index 1b24e77fddee25a14c29fc27288814201fb51b6b..e7a88688fad76301a758bb8e71511dac945e7b1e 100644 (file)
--- a/player.c
+++ b/player.c
@@ -1295,7 +1295,7 @@ static abuf_t *buffer_get_frame(rtsp_conn_info *conn) {
       if (do_wait == 0)
         if ((conn->ab_synced != 0) && (conn->ab_read == conn->ab_write)) { // the buffer is empty!
           if (notified_buffer_empty == 0) {
-            debug(3, "Buffers exhausted.");
+            debug(1, "Connection %d: Buffer Empty", conn->connection_number);
             notified_buffer_empty = 1;
             // reset_input_flow_metrics(conn); // don't do a full flush parameters reset
             conn->initial_reference_time = 0;