]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Quieten a debug message.
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Thu, 21 Sep 2023 16:28:03 +0000 (17:28 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Thu, 21 Sep 2023 16:28:03 +0000 (17:28 +0100)
rtsp.c

diff --git a/rtsp.c b/rtsp.c
index ebf4667e6cb7a4c53b1a73e17bb70e766ab12424..84ecad06b6b5422a801df57481aa55cc749c7e64 100644 (file)
--- a/rtsp.c
+++ b/rtsp.c
@@ -2710,7 +2710,7 @@ void teardown_phase_two(rtsp_conn_info *conn) {
 void handle_teardown_2(rtsp_conn_info *conn, __attribute__((unused)) rtsp_message *req,
                        rtsp_message *resp) {
 
-  debug(1, "Connection %d: TEARDOWN 2 %s.", conn->connection_number,
+  debug(2, "Connection %d: TEARDOWN 2 %s.", conn->connection_number,
         get_category_string(conn->airplay_stream_category));
   debug_log_rtsp_message(2, "TEARDOWN: ", req);
   resp->respcode = 200;