Add more log.debug.

This commit is contained in:
Darko Poljak 2016-10-31 08:07:09 +01:00
parent 94e8f0b2b2
commit 376a031a95
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ class TriggerHttp(http.server.BaseHTTPRequestHandler):
log.info("Dry run, skipping cdist execution")
else:
self.run_cdist(mode, host)
log.debug("cdist run finished")
else:
log.info("Unsupported mode in path %s, ignoring", self.path)