use name, not object

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-10-06 20:37:55 +02:00
parent 354e15015a
commit c0d6d4d530
1 changed files with 1 additions and 1 deletions

View File

@ -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