From 94724427fa36154cb9b175e089f658e3229d6c70 Mon Sep 17 00:00:00 2001 From: Steven Armstrong Date: Thu, 13 Oct 2011 21:27:19 +0200 Subject: [PATCH] ++debug 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 22e836e2..c146d1da 100644 --- a/lib/cdist/config_install.py +++ b/lib/cdist/config_install.py @@ -110,6 +110,7 @@ class ConfigInstall(object): self.explorer.transfer_object_parameters(cdist_object) for explorer in self.explorer.list_type_explorer_names(cdist_object.type): output = self.explorer.run_type_explorer(explorer, cdist_object) + print("run_type_explorers: %s = %s" % (explorer, output)) cdist_object.explorers[explorer] = output def object_prepare(self, cdist_object):