aboutsummaryrefslogtreecommitdiff
path: root/src/rc/supervise-daemon.c
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2017-10-26 14:15:40 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2017-10-26 17:01:17 -0500
commitf32d8e1bfe16caf233d1180921f4aeed77d7476d (patch)
treeaa268cf954490ab2ee2d88c1642480140b8a0aa8 /src/rc/supervise-daemon.c
parentd019f34a83b0ad5e890f685b1263b281ab54ce54 (diff)
supervise-daemon: clarify a log message
Diffstat (limited to 'src/rc/supervise-daemon.c')
-rw-r--r--src/rc/supervise-daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/supervise-daemon.c b/src/rc/supervise-daemon.c
index abb4a59e..3c3d7c7e 100644
--- a/src/rc/supervise-daemon.c
+++ b/src/rc/supervise-daemon.c
@@ -826,7 +826,7 @@ int main(int argc, char **argv)
parse_schedule(applet, NULL, sig);
einfov("Detaching to start `%s'", exec);
- syslog(LOG_INFO, "Running command line: %s", cmdline);
+ syslog(LOG_INFO, "Supervisor command line: %s", cmdline);
/* Remove existing pidfile */
if (pidfile)