From f32d8e1bfe16caf233d1180921f4aeed77d7476d Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Thu, 26 Oct 2017 14:15:40 -0500 Subject: supervise-daemon: clarify a log message --- src/rc/supervise-daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3