From 68d0306713a5e95ea7a057a28bf9c573cf217409 Mon Sep 17 00:00:00 2001 From: deajan Date: Mon, 12 Dec 2016 23:42:29 +0100 Subject: [PATCH] Minor fix --- dev/ofunctions.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev/ofunctions.sh b/dev/ofunctions.sh index 51be793..57eae91 100644 --- a/dev/ofunctions.sh +++ b/dev/ofunctions.sh @@ -143,11 +143,11 @@ function RemoteLogger { local retval="${3:-undef}" # optional return value of command if [ "$_LOGGER_PREFIX" == "time" ]; then - prefix="TIME: $SECONDS - " + prefix="Remote TIME: $SECONDS - " elif [ "$_LOGGER_PREFIX" == "date" ]; then - prefix="$(date) - " + prefix="Remote $(date) - " else - prefix="" + prefix="Remote " fi if [ "$level" == "CRITICAL" ]; then