supervise-daemon: clarify a log message

This commit is contained in:
William Hubbs 2017-10-26 14:15:40 -05:00
parent d019f34a83
commit f32d8e1bfe

View File

@ -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)