add debug

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-10-06 20:32:47 +02:00
commit 9b5b94577f
2 changed files with 4 additions and 0 deletions

View file

@ -262,6 +262,8 @@ class ConfigInstall:
log.info("Running object manifests and type explorers")
log.debug("Searching for objects in " + cdist.core.Object.base_dir())
# Continue process until no new objects are created anymore
new_objects_created = True
while new_objects_created: