]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Quieten a few more debug messages
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Fri, 5 Dec 2025 10:05:57 +0000 (10:05 +0000)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Fri, 5 Dec 2025 10:05:57 +0000 (10:05 +0000)
ap2_rc_event_receiver.c
rtsp.c

index b57dd346ad5b8254170d27718b755d96bf8a58a8..587d375cc6d2087d07090d39c745f1b0a535ae61 100644 (file)
@@ -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 638672750449b3e3712aeddb40ef65bd911cab1a..e21991cb96600961558ae68bf6405b7c7f5db373 100644 (file)
--- 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 "