mirror of
https://github.com/swaywm/sway.git
synced 2024-11-11 21:14:10 +01: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);
|
output->scale);
|
||||||
|
|
||||||
sway_assert(!result,
|
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);
|
output->name, output->scale);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user