core prefix

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-04-06 21:50:49 +02:00
parent 31164be1d0
commit bc1c7f104e
2 changed files with 2 additions and 2 deletions

View File

@ -156,7 +156,7 @@ __cdist_echo()
if [ "$__cdist_object_self" ]; then
__cdist_echo_prefix="${__cdist_object_self}:"
else
__cdist_echo_prefix=""
__cdist_echo_prefix="core: "
fi
set -u

View File

@ -29,7 +29,7 @@ set -eu
__cdist_target_host="$1"; shift
__cdist_object_self="$1"; shift
__cdist_echo info "Transferring object $__cdist_target_host ..."
__cdist_echo info "Transferring object"
cdist-dir push "$__cdist_target_host" \
"$(__cdist_object_dir "$__cdist_object_self")" \
"$(__cdist_remote_object_dir "$__cdist_object_self")"