fix logging issue for new wlroots

master
Tony Crisci 7 years ago
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…
Cancel
Save