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

verbosity stuff, don't be success framboise

parent e6ce5af8
No related branches found
No related tags found
No related merge requests found
......@@ -144,7 +144,7 @@ int ss_resolve_src_path(stralloc *sasrc,char const *sv, ssexec_t *info)
src = SS_SERVICE_SYSDIR ;
r = ss_resolve_src(sasrc,sv,src,&found) ;
if (r < 0) { VERBO3 strerr_warnwu2sys("parse source directory: ",src) ; goto err ; }
if (!r) { VERBO3 strerr_warnw2sys("unknown service: ",sv) ; goto err ; }
if (!r) { VERBO3 strerr_warnw2x("unknown service: ",sv) ; goto err ; }
}
}
stralloc_free(&home) ;
......
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