From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Mon, 11 Sep 2023 15:47:14 +0000 (+0100) Subject: Quieten a debug message X-Git-Tag: 4.3~1^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef14cacebf4fffe0835f2770ad7526b7073c7380;p=thirdparty%2Fshairport-sync.git Quieten a debug message --- diff --git a/rtsp.c b/rtsp.c index 57781ec8..64c3c3bf 100644 --- 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); } } }