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

fix messages

parent 71db2710
No related branches found
No related tags found
No related merge requests found
...@@ -580,7 +580,7 @@ void tree_master_modify_contents(char const *base, char const *treename) ...@@ -580,7 +580,7 @@ void tree_master_modify_contents(char const *base, char const *treename)
auto_strings(solve, base, SS_SYSTEM, SS_RESOLVE) ; auto_strings(solve, base, SS_SYSTEM, SS_RESOLVE) ;
if (!sastr_dir_get(&sa, solve, exclude, S_IFREG)) if (!sastr_dir_get(&sa, solve, exclude, S_IFREG))
log_dieu_nclean(LOG_EXIT_SYS, &cleanup, "get resolve files of tree: ", treename) ; log_dieu_nclean(LOG_EXIT_SYS, &cleanup, "get resolve files of trees") ;
size_t ncontents = sastr_nelement(&sa) ; size_t ncontents = sastr_nelement(&sa) ;
......
...@@ -135,7 +135,7 @@ int parse_frontend(char const *sv, resolve_service_t *ares, unsigned int *aresle ...@@ -135,7 +135,7 @@ int parse_frontend(char const *sv, resolve_service_t *ares, unsigned int *aresle
if (!force) { if (!force) {
log_info("ignoring service: ", svname, " -- already present at tree: ", atree) ; log_warn("ignoring service: ", svname, " -- already present at tree: ", atree) ;
return 2 ; return 2 ;
} else if (info->opt_tree) { } else if (info->opt_tree) {
......
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