diff --git a/scripts/lib/logging.sh b/scripts/lib/logging.sh index 284138a91..4c12e4997 100755 --- a/scripts/lib/logging.sh +++ b/scripts/lib/logging.sh @@ -211,7 +211,7 @@ openim::log::status() { return fi timestamp=$(date +"[%Y-%m-%d %H:%M:%S %Z]") - echo_log -e "${COLOR_BLUE} ${timestamp} ${1} ==> ${COLOR_BLUE}$@${reset_color}" + echo_log -e "${COLOR_BLUE}${timestamp} ${1} ${COLOR_BLUE}$@${reset_color}" }