]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Remove a few debug messages.
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Thu, 21 Sep 2023 15:41:48 +0000 (16:41 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Thu, 21 Sep 2023 15:41:48 +0000 (16:41 +0100)
player.c
rtsp.c

index 0cfb3554030b0a9ba5bb57cdfbe4239c0a57edfb..42e0b86c304133af20a6551c873c0b3467b1bb2d 100644 (file)
--- 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 2ae1c9390ac248ba175ac7ee09eebd1d77901af8..5469a571c6ef7526c468c9b6843461b40d407f3f 100644 (file)
--- 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