From: Mike Brady Date: Fri, 18 Jan 2019 16:28:02 +0000 (+0000) Subject: Quieten a debug message. X-Git-Tag: 3.3RC0~66^2~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6d6700d6efd117ad87fcb4c62b81567f7ccc4a7;p=thirdparty%2Fshairport-sync.git Quieten a debug message. --- diff --git a/dacp.c b/dacp.c index d82f0594..a4a04df1 100644 --- a/dacp.c +++ b/dacp.c @@ -857,8 +857,8 @@ void dacp_monitor_start() { rc = pthread_mutex_init(&dacp_conversation_lock, &mta); if (rc) debug(1, "Error creating the DACP Conversation Lock Mutex Init"); - else - debug(1, "DACP Conversation Lock Mutex Init"); + // else + // debug(1, "DACP Conversation Lock Mutex Init"); rc = pthread_mutexattr_destroy(&mta); if (rc)