mirror of
https://github.com/swaywm/sway.git
synced 2024-12-28 07:56:31 +01:00
Fix typo in debug log
This commit is contained in:
parent
f59fb6bc76
commit
b6b0be1e0a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue