X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2Fcollectd.c;h=d6060a1a2a788c2d0a7f2a10c91bec222974dfbb;hb=4355f4c15f22e0008fe13517c58b660649c15dba;hp=517eec7e69b793c7ac5677c8a168ec8205e0ddc2;hpb=ac6580fd886d45a66506fe710a6fea0f48368dcb;p=collectd.git diff --git a/src/daemon/collectd.c b/src/daemon/collectd.c index 517eec7e..d6060a1a 100644 --- a/src/daemon/collectd.c +++ b/src/daemon/collectd.c @@ -367,7 +367,7 @@ static int notify_upstart(void) { return 0; } - NOTICE("Upstart detected, stopping now to signal readyness."); + NOTICE("Upstart detected, stopping now to signal readiness."); raise(SIGSTOP); unsetenv("UPSTART_JOB"); @@ -392,7 +392,7 @@ static int notify_systemd(void) { notifysocket); return 0; } - NOTICE("Systemd detected, trying to signal readyness."); + NOTICE("Systemd detected, trying to signal readiness."); unsetenv("NOTIFY_SOCKET");