From bd85d22a89d96348c17a6afb0a2b0d3406d84e59 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 7 Sep 2011 10:09:19 +0200 Subject: [PATCH] +debugging of __cdist_object_run Signed-off-by: Nico Schottelius --- core/__cdist_object_run | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/__cdist_object_run b/core/__cdist_object_run index 0e0da80f..086bfb0b 100755 --- a/core/__cdist_object_run +++ b/core/__cdist_object_run @@ -57,9 +57,12 @@ __cdist_object_run() done fi + __cdist_echo debug "Before gencode" __cdist_object_gencode_run "$__cdist_object_self" + __cdist_echo debug "Before push" __cdist_dir push "$(__cdist_object_dir "$__cdist_object_self")" \ "$(__cdist_remote_object_dir "$__cdist_object_self")" + __cdist_echo debug "Before run" __cdist_object_code_run "$__cdist_object_self" # Mark this object as done