]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Quieten unnecessary "Successful Startup" message.
authorMike Brady <mikebrady@eircom.net>
Thu, 11 Jan 2018 13:10:26 +0000 (13:10 +0000)
committerMike Brady <mikebrady@eircom.net>
Thu, 11 Jan 2018 13:10:26 +0000 (13:10 +0000)
shairport.c

index ee459fddcdffd3251c80bb8841a6617dfb6a7ca7..77a45e4b5ab403d98a4d3670115361e88b0b1af5 100644 (file)
@@ -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...