Minor log.debug message fixes.

This commit is contained in:
Darko Poljak 2016-10-31 08:05:57 +01:00
parent 686a484b03
commit 94e8f0b2b2
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ class TriggerHttp(http.server.BaseHTTPRequestHandler):
self.do_GET()
def run_cdist(self, mode, host):
log.debug("Running cdist {%s} {%s}", mode, host)
log.debug("Running cdist for %s in mode %s", host, mode)
cname = mode.title()
module = getattr(cdist, mode)