commit:     f32d8e1bfe16caf233d1180921f4aeed77d7476d
Author:     William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Thu Oct 26 19:15:40 2017 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 22:01:17 2017 +0000
URL:        https://gitweb.gentoo.org/proj/openrc.git/commit/?id=f32d8e1b

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)

Reply via email to