aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wayland/registry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wayland/registry.c b/wayland/registry.c
index 2df605a8..bbb43ad9 100644
--- a/wayland/registry.c
+++ b/wayland/registry.c
@@ -19,7 +19,7 @@ static void display_handle_mode(void *data, struct wl_output *wl_output,
state->flags = flags;
state->width = width;
state->height = height;
- sway_log(L_DEBUG, "Got mode %dx%x:0x%X for output %p",
+ sway_log(L_DEBUG, "Got mode %dx%d:0x%X for output %p",
width, height, flags, data);
}
}