From 31164be1d0c8c1b289c3525f8e36cd9a578e0b93 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 6 Apr 2011 21:44:41 +0200 Subject: [PATCH] remove full path to manifest in logging (will be presented on error anyway) Signed-off-by: Nico Schottelius --- bin/cdist-object-manifest-run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cdist-object-manifest-run b/bin/cdist-object-manifest-run index bf50fc2c..3b1b5254 100755 --- a/bin/cdist-object-manifest-run +++ b/bin/cdist-object-manifest-run @@ -43,7 +43,7 @@ if [ -f "$__cdist_manifest" ]; then # Make __cdist_manifest available for cdist-type-emulator export __cdist_manifest - __cdist_echo info "Executing manifest ${__cdist_manifest} ..." + __cdist_echo info "Executing manifest ..." export $__cdist_name_var_object="$__cdist_cur_object_dir" export $__cdist_name_var_object_id="$__cdist_object_id" export $__cdist_name_var_type="$(__cdist_type_dir "$__cdist_type")"