summaryrefslogtreecommitdiff
path: root/shairport.c
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2019-03-19 16:10:04 +0000
committerMike Brady <mikebrady@eircom.net>2019-03-19 16:10:04 +0000
commit91c63e4aadff7349430d55f31bfa143574624410 (patch)
treeb0cdb7df25be7d2d55b5f726249dbfe5e41d519b /shairport.c
parent593c507d50e33365157a344983407ff854997703 (diff)
Quieten a debug message
Diffstat (limited to 'shairport.c')
-rw-r--r--shairport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shairport.c b/shairport.c
index 990da2f..8e6d864 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