missing whitespace

This commit is contained in:
Jérémy Lecour 2020-04-20 23:43:56 +02:00 committed by Jérémy Lecour
parent 5f3cc873a1
commit ea912c40f0

View file

@ -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
}