]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Quieten a debug message.
authorMike Brady <mikebrady@eircom.net>
Fri, 18 Jan 2019 16:28:02 +0000 (16:28 +0000)
committerMike Brady <mikebrady@eircom.net>
Fri, 18 Jan 2019 16:28:02 +0000 (16:28 +0000)
dacp.c

diff --git a/dacp.c b/dacp.c
index d82f059468c6e0b280dc2167910963b17b06104b..a4a04df1af78867909484f865be4a15c8a44cab6 100644 (file)
--- 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)