]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Quieten some debug messages
authorMike Brady <mikebrady@eircom.net>
Mon, 19 Feb 2018 20:53:41 +0000 (20:53 +0000)
committerMike Brady <mikebrady@eircom.net>
Mon, 19 Feb 2018 20:53:41 +0000 (20:53 +0000)
shairport.c

index 5107592e0ec807d41d70ac4e51a20c12ff617dd8..76762dea771f754f2fde7b9f623c2f07e8243651 100644 (file)
@@ -1504,18 +1504,18 @@ int main(int argc, char **argv) {
 #endif
 
 #ifdef HAVE_METADATA_HUB
-  debug(1, "Initialising metadata hub");
+  // debug(1, "Initialising metadata hub");
   metadata_hub_init();
 #endif
 
 #ifdef HAVE_DACP_CLIENT
-  debug(1, "Requesting DACP Monitor");
+  // debug(1, "Requesting DACP Monitor");
   dacp_monitor_start();
 #endif
 
 #if defined(HAVE_DBUS) || defined(HAVE_MPRIS)
   // Start up DBUS services after initial settings are all made
-  debug(1, "Starting up D-Bus services");
+  // debug(1, "Starting up D-Bus services");
   pthread_create(&dbus_thread, NULL, &dbus_thread_func, NULL);
 #ifdef HAVE_DBUS
   start_dbus_service();