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
parent be1d4afd58
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:

View File

@ -77,6 +77,8 @@ def run(argv):
object_dir = os.path.join(global_dir, "object", type,
object_id, cdist.path.DOT_CDIST)
log.debug("Object output dir = " + object_dir)
param_out_dir = os.path.join(object_dir, "parameter")
object_source_file = os.path.join(object_dir, "source")