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

remove useless sys check

parent 758969b0
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ int instance_create(stralloc *sasv,char const *svname, char const *regex, int le
copy = svname + tlen ;
if (!sastr_replace_all(&tmp,regex,copy)){
log_warnusys("replace instance character for service: ",svname) ;
log_warnu("replace instance character for service: ",svname) ;
goto err ;
}
if (!stralloc_copy(sasv,&tmp)) goto err ;
......
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