From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Thu, 21 Sep 2023 15:41:48 +0000 (+0100) Subject: Remove a few debug messages. X-Git-Tag: 4.3.2^2~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e023fb13bd8e28ef4691936045f49d2ab79d04a;p=thirdparty%2Fshairport-sync.git Remove a few debug messages. --- diff --git a/player.c b/player.c index 0cfb3554..42e0b86c 100644 --- a/player.c +++ b/player.c @@ -1779,7 +1779,6 @@ void player_thread_cleanup_handler(void *arg) { rtsp_conn_info *conn = (rtsp_conn_info *)arg; if (config.output->stop) { - debug(1, "Connection %d: Stop the output backend.", conn->connection_number); config.output->stop(); } diff --git a/rtsp.c b/rtsp.c index 2ae1c939..5469a571 100644 --- a/rtsp.c +++ b/rtsp.c @@ -4538,7 +4538,6 @@ static void handle_announce(rtsp_conn_info *conn, rtsp_message *req, rtsp_messag if (principal_conn == conn) { config.airplay_statusflags |= 1 << 11; // DeviceSupportsRelay -- should this be on? build_bonjour_strings(conn); - get_category_string(conn->airplay_stream_category)); mdns_update(NULL, secondary_txt_records); } pthread_cleanup_pop(1); // release the principal_conn lock