forked from ungleich-public/cdist
Minor log.debug message fixes.
This commit is contained in:
parent
686a484b03
commit
94e8f0b2b2
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ class TriggerHttp(http.server.BaseHTTPRequestHandler):
|
||||||
self.do_GET()
|
self.do_GET()
|
||||||
|
|
||||||
def run_cdist(self, mode, host):
|
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()
|
cname = mode.title()
|
||||||
module = getattr(cdist, mode)
|
module = getattr(cdist, mode)
|
||||||
|
|
Loading…
Reference in a new issue