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

pass to log_trace instead of log_info

parent bb2bcbb5
No related branches found
No related tags found
No related merge requests found
......@@ -356,7 +356,7 @@ int parse_service_check_enabled(char const *tree,char const *svname,uint8_t forc
int parse_add_service(stralloc *parsed_list,sv_alltype *sv_before,char const *service,unsigned int *nbsv,uid_t owner,uint8_t conf)
{
log_info("add service: ",service) ;
log_trace("add service: ",service) ;
stralloc saconf = STRALLOC_ZERO ;
size_t svlen = strlen(service) ;
// keep overwrite_conf
......
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