mirror of
https://github.com/swaywm/sway.git
synced 2024-11-04 15:33:13 +00:00
fix logging issue for new wlroots
This commit is contained in:
parent
9fa70ce426
commit
b3a0309f26
|
@ -168,7 +168,7 @@ void sway_seat_configure_xcursor(struct sway_seat *seat) {
|
|||
output->scale);
|
||||
|
||||
sway_assert(!result,
|
||||
"Cannot load xcursor theme for output '%s' with scale %d",
|
||||
"Cannot load xcursor theme for output '%s' with scale %f",
|
||||
output->name, output->scale);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue