Fix verbose without --exec.
This commit is contained in:
parent
9e39a934b8
commit
f35f788187
@ -368,7 +368,7 @@ static int run_stop_schedule (const char *const *argv, const char *cmd,
|
|||||||
einfo ("Will stop PID in pidfile `%s'", pidfile);
|
einfo ("Will stop PID in pidfile `%s'", pidfile);
|
||||||
if (uid)
|
if (uid)
|
||||||
einfo ("Will stop processes owned by UID %d", uid);
|
einfo ("Will stop processes owned by UID %d", uid);
|
||||||
if (argv)
|
if (argv && *argv)
|
||||||
einfo ("Will stop processes of `%s'", *argv);
|
einfo ("Will stop processes of `%s'", *argv);
|
||||||
if (cmd)
|
if (cmd)
|
||||||
einfo ("Will stop processes called `%s'", cmd);
|
einfo ("Will stop processes called `%s'", cmd);
|
||||||
|
Loading…
Reference in New Issue
Block a user