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