From 84cd85eb22b8b08032fbe2ffa63a7cd7377ded3f Mon Sep 17 00:00:00 2001 From: Mike Brady Date: Tue, 3 Apr 2018 22:43:35 +0100 Subject: [PATCH] Fix problem when reconnecting to an itunes play session. --- dacp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dacp.c b/dacp.c index 94c23f57..c204f8ca 100644 --- a/dacp.c +++ b/dacp.c @@ -302,7 +302,7 @@ void relinquish_dacp_server_information(rtsp_conn_info *conn) { // the conversation number // Thus, we can keep the DACP port that might have previously been discovered void set_dacp_server_information(rtsp_conn_info *conn) { - debug(1, "set_dacp_server_information."); + // debug(1, "set_dacp_server_information."); sps_pthread_mutex_timedlock( &dacp_server_information_lock, 500000, "set_dacp_server_information couldn't get DACP server information lock in 0.5 second!.", 2); -- 2.47.3