From 4a1cf3dbf3ca40c823ea916d1ee2c87892eb9316 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 7 Oct 2011 17:02:24 +0200 Subject: [PATCH] -typo 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 d55429ed..db0c8caf 100644 --- a/lib/cdist/config_install.py +++ b/lib/cdist/config_install.py @@ -67,7 +67,7 @@ class ConfigInstall: manifest_path = os.path.join(self.context.type_base_path, cdist_type.manifest_path) - log.debug("%s: Running %s", cdist_object.name, manifest) + log.debug("%s: Running %s", cdist_object.name, manifest_path) if os.path.exists(manifest_path): env = { "__object" : os.path.join(self.context.object_base_path, cdist_object.path),