From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Fri, 5 Dec 2025 10:05:57 +0000 (+0000) Subject: Quieten a few more debug messages X-Git-Tag: 5.0-post-dev~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b82ae798526c098c573916a14543afdaaa4876fc;p=thirdparty%2Fshairport-sync.git Quieten a few more debug messages --- diff --git a/ap2_rc_event_receiver.c b/ap2_rc_event_receiver.c index b57dd346..587d375c 100644 --- a/ap2_rc_event_receiver.c +++ b/ap2_rc_event_receiver.c @@ -141,7 +141,7 @@ void *ap2_rc_event_receiver(void *arg) { "\"%s\".", conn->connection_number, packet); } else { - debug(1, "Connection %d: ap2_rc_event_receiver Event Port connection closed by client", + debug(2, "Connection %d: ap2_rc_event_receiver Event Port connection closed by client", conn->connection_number); finished = 1; } diff --git a/rtsp.c b/rtsp.c index 63867275..e21991cb 100644 --- a/rtsp.c +++ b/rtsp.c @@ -429,7 +429,7 @@ int get_play_lock(rtsp_conn_info *conn, int allow_session_interruption) { // important -- demote the principal conn before cancelling it if (principal_conn->fd > 0) { - debug(1, + debug(2, "Connection %d: get_play_lock forced termination in favour of connection %d. Closing " "RTSP connection socket %d: " "from %s:%u to self at "