mirror of
https://github.com/NickHu/sway
synced 2024-12-27 21:58:11 +01:00
fix logging issue for new wlroots
This commit is contained in:
parent
9fa70ce426
commit
b3a0309f26
1 changed files with 1 additions and 1 deletions
|
@ -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