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

fix error message

parent 44f77a6e
No related branches found
No related tags found
No related merge requests found
......@@ -338,7 +338,7 @@ int ssexec_dbctl(int argc, char const *const *argv,char const *const *envp,ssexe
if (waitpid_nointr(pid,&wstat, 0) < 0)
strerr_diefu1sys(111,"wait for s6-rc") ;
if (wstat) strerr_diefu2x(111,down ? "start" : "stop"," services selection") ;
if (wstat) strerr_diefu2x(111,down ? "stop" : "start"," services selection") ;
ret = check_status(&graph.sorted,info,down ? 2 : 1) ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment