diff options
Diffstat (limited to 'sway/commands')
-rw-r--r-- | sway/commands/bind.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/bind.c b/sway/commands/bind.c index f903f939..f6e58d99 100644 --- a/sway/commands/bind.c +++ b/sway/commands/bind.c @@ -715,7 +715,7 @@ bool translate_binding(struct sway_binding *binding) { struct keycode_matches matches = get_keycode_for_keysym(*keysym); if (matches.count != 1) { - sway_log(SWAY_INFO, "Unable to convert keysym %d into" + sway_log(SWAY_INFO, "Unable to convert keysym %" PRIu32 " into" " a single keycode (found %d matches)", *keysym, matches.count); goto error; |