Skip to content
Snippets Groups Projects
Commit 73614ba8 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

typo fix

parent 66ad5015
Branches
Tags
No related merge requests found
...@@ -249,7 +249,7 @@ int ssexec_signal(int argc, char const *const *argv, ssexec_t *info) ...@@ -249,7 +249,7 @@ int ssexec_signal(int argc, char const *const *argv, ssexec_t *info)
* At stop process, just ignore it as it already down anyway */ * At stop process, just ignore it as it already down anyway */
if (aresid < 0) { if (aresid < 0) {
if (what && data[1] != 'r' || data[1] != 'h') { if (what && data[1] != 'r' || data[1] != 'h') {
log_warn("service: ", *argv, " not available -- ignoring it?") ; log_warn("service: ", *argv, " is already stopped or unsupervised -- ignoring it") ;
continue ; continue ;
} else { } else {
log_die(LOG_EXIT_USER, "service: ", *argv, " not available -- did you parse it?") ; log_die(LOG_EXIT_USER, "service: ", *argv, " not available -- did you parse it?") ;
......
...@@ -112,7 +112,7 @@ int ssexec_stop(int argc, char const *const *argv, ssexec_t *info) ...@@ -112,7 +112,7 @@ int ssexec_stop(int argc, char const *const *argv, ssexec_t *info)
* *
* This the stop process, just ignore it as it already down anyway */ * This the stop process, just ignore it as it already down anyway */
if (aresid < 0) { if (aresid < 0) {
log_warn("service: ", argv[n], " is already stopped or unsupervised -- ignoring it?") ; log_warn("service: ", argv[n], " is already stopped or unsupervised -- ignoring it") ;
continue ; continue ;
} }
graph_compute_visit(argv[n], visit, list, &graph, &nservice, 1) ; graph_compute_visit(argv[n], visit, list, &graph, &nservice, 1) ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment