From: Mike Brady Date: Mon, 19 Feb 2018 20:53:41 +0000 (+0000) Subject: Quieten some debug messages X-Git-Tag: 3.2d29~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14523eb3c4ca106da81ff216cd9e24694f5c3deb;p=thirdparty%2Fshairport-sync.git Quieten some debug messages --- diff --git a/shairport.c b/shairport.c index 5107592e..76762dea 100644 --- a/shairport.c +++ b/shairport.c @@ -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();