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

let be less confusing at initialization phase

parent 11ec64de
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ int rc_init(ssexec_t *info, char const *const *envp)
if (!ss_resolve_read(&res,sares.s,SS_MASTER + 1)) { log_warnusys("read resolve file of inner bundle") ; goto err ; }
if (!res.ndeps)
{
log_info("Initialization aborted -- no atomic services into tree: ",info->treename.s) ;
log_info("Initialization: no atomic services into tree: ",info->treename.s) ;
empty = 1 ;
goto end ;
}
......
......@@ -93,7 +93,7 @@ int ssexec_init(int argc, char const *const *argv,char const *const *envp,ssexec
if (!sastr_dir_get(&sasvc,svdir,"",S_IFDIR)) log_dieusys(LOG_EXIT_SYS,"get classic services from: ",svdir) ;
if (!sasvc.len)
{
log_info("Initialization aborted -- no classic services into tree: ",info->treename.s) ;
log_info("Initialization report: no classic services into tree: ",info->treename.s) ;
goto follow ;
}
......
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