From: Mike Brady Date: Thu, 11 Jan 2018 13:10:26 +0000 (+0000) Subject: Quieten unnecessary "Successful Startup" message. X-Git-Tag: 3.2d29~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6080d7d7ed9cff24e4bca883338e16aa8b812f1;p=thirdparty%2Fshairport-sync.git Quieten unnecessary "Successful Startup" message. --- diff --git a/shairport.c b/shairport.c index ee459fdd..77a45e4b 100644 --- a/shairport.c +++ b/shairport.c @@ -1488,7 +1488,7 @@ int main(int argc, char **argv) { #endif #endif - daemon_log(LOG_INFO, "Successful Startup"); + // daemon_log(LOG_INFO, "Successful Startup"); rtsp_listen_loop(); // should not reach this...