input: parse_key_binding_for_action: repair LOG_DBG statement

This commit is contained in:
Daniel Eklöf 2020-03-09 19:47:01 +01:00
parent fc7b3b2d85
commit f78a8a77ed
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -125,7 +125,7 @@ parse_key_binding_for_action(
}
}
LOG_DBG("action=%zu: mods=0x%08x, sym=%d", i, mod_mask, sym);
LOG_DBG("action=%u: mods=0x%08x, sym=%d", action, mod_mask, sym);
assert(sym != 0);
if (bindings != NULL) {