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

be clearer at die message

parent c0af2428
No related branches found
No related tags found
No related merge requests found
......@@ -233,7 +233,7 @@ int ssexec_disable(int argc, char const *const *argv,char const *const *envp,sse
stralloc sa = STRALLOC_ZERO ;
r = ss_resolve_svtree(&sa,name,0) ;
if (r > 2)
log_dieu_nclean(LOG_EXIT_SYS,&cleanup,name," is set on different tree -- -R options is not allowed") ;
log_dieu_nclean(LOG_EXIT_SYS,&cleanup,"use -R option -- ",name," is set on different tree") ;
stralloc_free(&sa) ;
}
......
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