From 24bf7369d940c6c9981fa6ab6085eca814baff5a Mon Sep 17 00:00:00 2001 From: Steven Armstrong Date: Wed, 19 Oct 2011 15:54:26 +0200 Subject: [PATCH] ++info Signed-off-by: Steven Armstrong --- 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 fd704135..cfd7e4c9 100644 --- a/lib/cdist/config_install.py +++ b/lib/cdist/config_install.py @@ -159,6 +159,7 @@ class ConfigInstall(object): self.code.run_code_remote(cdist_object) # Mark this object as done + self.log.info("Finishing run of " + cdist_object.name) cdist_object.state == core.Object.STATE_DONE def stage_run(self):