From ea912c40f04a9e1abd5cd508b4367f2201f9a3af Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Mon, 20 Apr 2020 23:43:56 +0200 Subject: [PATCH] missing whitespace --- lib/includes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/includes b/lib/includes index e00e461..805df0b 100755 --- a/lib/includes +++ b/lib/includes @@ -40,7 +40,7 @@ debug() { info() { msg="${1:-$(cat /dev/stdin)}" if [ "${LOGLEVEL}" -ge 6 ]; then - tty -s && echo "$(log_date) INFO $(process_name)${msg}" + tty -s && echo "$(log_date) INFO $(process_name) ${msg}" logger -t bkctld -p daemon.info "$(process_name) ${msg}" fi }