print progress output in info level for object prepare

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-10-15 23:26:54 +02:00
parent 5a72223ae3
commit 42e1c21f43
1 changed files with 1 additions and 0 deletions

View File

@ -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