From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Sun, 31 Jul 2022 12:08:54 +0000 (+0100) Subject: Minor debug message update. X-Git-Tag: 4.1-rc1~24^2~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a2ba5fd0f45919426c012c6abbcfd25fe41ec93;p=thirdparty%2Fshairport-sync.git Minor debug message update. --- diff --git a/player.c b/player.c index 1b24e77f..e7a88688 100644 --- 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;