From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Thu, 21 Sep 2023 16:28:03 +0000 (+0100) Subject: Quieten a debug message. X-Git-Tag: 4.3.2^2~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91c0803d04da6455ab6bcf80a4e8e89bcb644ad5;p=thirdparty%2Fshairport-sync.git Quieten a debug message. --- diff --git a/rtsp.c b/rtsp.c index ebf4667e..84ecad06 100644 --- 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;