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

typo fix at error message

parent 3491f270
No related branches found
No related tags found
No related merge requests found
......@@ -201,7 +201,7 @@ int main(int argc, char const *const *argv)
ste = res.sa.s + res.state ;
if (!ss_state_check(ste,svname)) log_dieusys(111,"unitialized: ",svname) ;
if (!ss_state_check(ste,svname)) log_diesys(111,"unitialized service: ",svname) ;
if (!ss_state_read(&sta,ste,svname)) log_dieusys(111,"read state file of: ",ste,"/",svname) ;
info_display_string(fields[5],svname) ;
......
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