From: Mike Brady Date: Tue, 19 Mar 2019 16:10:04 +0000 (+0000) Subject: Quieten a debug message X-Git-Tag: 3.3RC2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91c63e4aadff7349430d55f31bfa143574624410;p=thirdparty%2Fshairport-sync.git Quieten a debug message --- diff --git a/shairport.c b/shairport.c index 990da2fc..8e6d864e 100644 --- a/shairport.c +++ b/shairport.c @@ -1386,7 +1386,7 @@ int main(int argc, char **argv) { if ((ret = daemon_pid_file_kill_wait(SIGTERM, 5)) < 0) daemon_log(LOG_WARNING, "Failed to kill daemon: %s", strerror(errno)); else { - debug(1,"Successfully killed the shairport sync daemon."); + // debug(1,"Successfully killed the shairport sync daemon."); } return ret < 0 ? 1 : 0; #else