forked from ungleich-public/cdist
log changing object as Processing instead of Updating
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
f6e1174adb
commit
a1d73f7281
1 changed files with 1 additions and 1 deletions
|
@ -493,7 +493,7 @@ class Config(object):
|
||||||
# Execute
|
# Execute
|
||||||
if not self.dry_run:
|
if not self.dry_run:
|
||||||
if cdist_object.code_local or cdist_object.code_remote:
|
if cdist_object.code_local or cdist_object.code_remote:
|
||||||
self.log.info("Updating %s" % (cdist_object.name))
|
self.log.info("Processing %s" % (cdist_object.name))
|
||||||
if cdist_object.code_local:
|
if cdist_object.code_local:
|
||||||
self.log.trace("Executing local code for %s"
|
self.log.trace("Executing local code for %s"
|
||||||
% (cdist_object.name))
|
% (cdist_object.name))
|
||||||
|
|
Loading…
Reference in a new issue