sane-input-handler: fix log bog

This commit is contained in:
Colin 2024-04-30 19:03:22 +00:00
parent b7dd40e558
commit 08a9b838e5

View File

@ -97,7 +97,7 @@ handleWith() {
else
state="${state}off"
fi
log "state=$state action=$action: handleWith: $@"
log "state=$state action=$action: handleWith: $*"
"$@"
exit $?
}