From: Mike Brady Date: Sun, 22 Jul 2018 15:29:36 +0000 (+0100) Subject: Remove an unwanted debug messages X-Git-Tag: 3.3RC0~286^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=865c71b1d010c0bce0b08cbc988ae553e5e873d2;p=thirdparty%2Fshairport-sync.git Remove an unwanted debug messages --- diff --git a/rtsp.c b/rtsp.c index 435c4e6e..df34314b 100644 --- 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);