diff options
| -rw-r--r-- | src/rc/supervise-daemon.c | 2 | 
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) | 
