]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Quieten a debug message.
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Mon, 2 Oct 2023 09:05:21 +0000 (10:05 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Mon, 2 Oct 2023 09:05:21 +0000 (10:05 +0100)
rtsp.c

diff --git a/rtsp.c b/rtsp.c
index 3c193d3dd9fe80877b88132a1169e92f84510316..44058fda35a83a537a891b33b8327ef99203c434 100644 (file)
--- a/rtsp.c
+++ b/rtsp.c
@@ -580,7 +580,7 @@ int get_play_lock(rtsp_conn_info *conn, int allow_session_interruption) {
   pthread_rwlock_wrlock(&principal_conn_lock);
   pthread_cleanup_push(rwlock_unlock, (void *)&principal_conn_lock);
   if (principal_conn != NULL)
-    debug(1, "Connection %d: is requested to relinquish principal_conn.",
+    debug(2, "Connection %d: is requested to relinquish principal_conn.",
           principal_conn->connection_number);
   if (conn != NULL)
     debug(2, "Connection %d: request to acquire principal_conn.", conn->connection_number);