summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sway/input/seat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/input/seat.c b/sway/input/seat.c
index 1b25419b..907c610a 100644
--- a/sway/input/seat.c
+++ b/sway/input/seat.c
@@ -168,7 +168,7 @@ void sway_seat_configure_xcursor(struct sway_seat *seat) {
168 output->scale); 168 output->scale);
169 169
170 sway_assert(!result, 170 sway_assert(!result,
171 "Cannot load xcursor theme for output '%s' with scale %d", 171 "Cannot load xcursor theme for output '%s' with scale %f",
172 output->name, output->scale); 172 output->name, output->scale);
173 } 173 }
174 174