From 42e1c21f430d6298b7263ad0dccba8a04224e7b8 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 15 Oct 2011 23:26:54 +0200 Subject: [PATCH] print progress output in info level for object prepare Signed-off-by: Nico Schottelius --- lib/cdist/config_install.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/cdist/config_install.py b/lib/cdist/config_install.py index a71998f7..0c1b6a6f 100644 --- a/lib/cdist/config_install.py +++ b/lib/cdist/config_install.py @@ -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