]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Remove an unwanted debug messages
authorMike Brady <mikebrady@eircom.net>
Sun, 22 Jul 2018 15:29:36 +0000 (16:29 +0100)
committerMike Brady <mikebrady@eircom.net>
Sun, 22 Jul 2018 15:29:36 +0000 (16:29 +0100)
rtsp.c

diff --git a/rtsp.c b/rtsp.c
index 435c4e6e9128fdc86917c195cb0ec97ec912670d..df34314b2f9c420e45de6379e4b30cce5e995478 100644 (file)
--- a/rtsp.c
+++ b/rtsp.c
@@ -1942,8 +1942,8 @@ authenticate:
 
 void rtsp_conversation_thread_cleanup_function(void *arg) {
   rtsp_conn_info *conn = (rtsp_conn_info *)arg;
-  debug(1, "Connection %d: rtsp_conversation_thread_func_cleanup_function called.",
-        conn->connection_number);
+  //debug(1, "Connection %d: rtsp_conversation_thread_func_cleanup_function called.",
+  //      conn->connection_number);
   player_stop(conn);
   if (conn->fd > 0)
     close(conn->fd);