From caccb04c06df40d04d9229d04014e83d1a9ef51c Mon Sep 17 00:00:00 2001 From: deajan Date: Tue, 13 Dec 2016 18:31:06 +0100 Subject: [PATCH] Fixed RemoteLogger prefix --- dev/ofunctions.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev/ofunctions.sh b/dev/ofunctions.sh index dc194e0..68052c4 100644 --- a/dev/ofunctions.sh +++ b/dev/ofunctions.sh @@ -3,7 +3,7 @@ #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.1-dev -_OFUNCTIONS_BUILD=2016121303 +_OFUNCTIONS_BUILD=2016121304 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BOOTSTRAP=true #### _OFUNCTIONS_BOOTSTRAP SUBSET END #### @@ -143,11 +143,11 @@ function RemoteLogger { local retval="${3:-undef}" # optional return value of command if [ "$_LOGGER_PREFIX" == "time" ]; then - prefix="Remote TIME: $SECONDS - " + prefix="RTIME: $SECONDS - " elif [ "$_LOGGER_PREFIX" == "date" ]; then prefix="R $(date) - " else - prefix="RTIME - $SECONDS " + prefix="" fi if [ "$level" == "CRITICAL" ]; then