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

fix error message

parent 3a20fcf9
No related branches found
No related tags found
No related merge requests found
......@@ -150,7 +150,7 @@ int main(int argc, char const *const *argv,char const *const *envp)
argc -= l.ind ; argv += l.ind ;
}
if (argc < 1) if (!stra_add(&gasv,mainsv)) strerr_diefu3sys(111,"add: ",*argv," as service to handle") ;
if (argc < 1) if (!stra_add(&gasv,mainsv)) strerr_diefu1sys(111,"add: Master as service to handle") ;
owner = MYUID ;
......
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