fix logging issue for new wlroots

This commit is contained in:
Tony Crisci 2017-12-16 07:39:22 -05:00
parent 9fa70ce426
commit b3a0309f26
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}