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

change verbosity at skip service time

parent 575842a2
No related branches found
No related tags found
No related merge requests found
......@@ -572,7 +572,7 @@ static int async(pidservice_t *apids, unsigned int i, unsigned int what, ssexec_
} else {
log_trace("skipping service: ", name, " -- already in ", what ? "stopping" : "starting", " process") ;
log_warn("skipping service: ", name, " -- already in ", what ? "stopping" : "starting", " process") ;
notify(apids, i, what ? "d" : "u", what) ;
......@@ -581,7 +581,7 @@ static int async(pidservice_t *apids, unsigned int i, unsigned int what, ssexec_
} else {
/** do not notify here, the handle will make it for us */
log_trace("skipping service: ", name, " -- already ", what ? "down" : "up") ;
log_warn("skipping service: ", name, " -- already ", what ? "down" : "up") ;
}
......
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