sane-input-handler: fix missing newline when logging

This commit is contained in:
Colin 2024-04-30 15:30:39 +00:00
parent 825812e511
commit 7f2abf7e6e

View File

@ -61,7 +61,7 @@ KEYBOARD="${KEYBOARD:-wvkbd-mobintl}"
action="$1"
log() {
printf "sane-input-handler: %s" "$1"
printf "sane-input-handler: %s\n" "$1"
}
## HELPERS