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

diff --git a/rtsp.c b/rtsp.c
index 57781ec807d86f9b573f344519925c98ba69cf0d..64c3c3bfdfa445297174f8a8a6f9dc44bc9e22bf 100644 (file)
--- a/rtsp.c
+++ b/rtsp.c
@@ -5213,7 +5213,7 @@ static void *rtsp_conversation_thread_func(void *pconn) {
           }
         }
         if (method_selected == 0) {
-          debug(1,
+          debug(2,
                 "Connection %d: Unrecognised and unhandled rtsp request \"%s\". HTTP Response Code "
                 "501 (\"Not Implemented\") returned.",
                 conn->connection_number, req->method);
@@ -5232,7 +5232,7 @@ static void *rtsp_conversation_thread_func(void *pconn) {
               obfp += 2;
             };
             *obfp = 0;
-            debug(1, "Content: \"%s\".", obf);
+            debug(2, "Content: \"%s\".", obf);
           }
         }
       }