print progress output in info level for object prepare
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
5a72223ae3
commit
42e1c21f43
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ class ConfigInstall(object):
|
|||
self.log.debug("Skipping rerun of object %s", cdist_object)
|
||||
continue
|
||||
else:
|
||||
self.log.info("Running manifest and explorer for " + cdist_object.name)
|
||||
self.object_prepare(cdist_object)
|
||||
new_objects_created = True
|
||||
|
||||
|
|
Loading…
Reference in a new issue