]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Quieten a debug message
authorMike Brady <mikebrady@eircom.net>
Tue, 19 Mar 2019 16:10:04 +0000 (16:10 +0000)
committerMike Brady <mikebrady@eircom.net>
Tue, 19 Mar 2019 16:10:04 +0000 (16:10 +0000)
shairport.c

index 990da2fc59dea9d3fc64cd83de3a8d2b5a02d929..8e6d864ee053edc35574e4097552f45bd1349af9 100644 (file)
@@ -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