commit b3a0309f2612523450b2b960c81d1c4895880454 parent 9fa70ce426a78921fa61f25f8b30a73a2a7d9ad7 Author: Tony Crisci <tony@dubstepdish.com> Date: Sat, 16 Dec 2017 07:39:22 -0500 fix logging issue for new wlroots Diffstat:
| M | sway/input/seat.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sway/input/seat.c b/sway/input/seat.c @@ -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); }