From c0d6d4d5309d46530090ed0ef9460c86fc7237d1 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 6 Oct 2011 20:37:55 +0200 Subject: [PATCH] use name, not object Signed-off-by: Nico Schottelius --- lib/cdist/config_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cdist/config_install.py b/lib/cdist/config_install.py index 29154f84..3c11d6bb 100644 --- a/lib/cdist/config_install.py +++ b/lib/cdist/config_install.py @@ -273,7 +273,7 @@ class ConfigInstall: log.debug("Skipping rerun of object %s", cdist_object) continue else: - log.debug("Preparing object: " + cdist_object) + log.debug("Preparing object: " + cdist_object.name) self.run_type_explorer(cdist_object) self.run_type_manifest(cdist_object) cdist_object.prepared = True