aboutsummaryrefslogtreecommitdiff
path: root/sway/input/seat.c
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-12-16 07:39:22 -0500
committerTony Crisci <tony@dubstepdish.com>2017-12-16 07:39:22 -0500
commitb3a0309f2612523450b2b960c81d1c4895880454 (patch)
tree142cb617b0d3614070adf83d3521c5e7b51a9fa4 /sway/input/seat.c
parent9fa70ce426a78921fa61f25f8b30a73a2a7d9ad7 (diff)
fix logging issue for new wlroots
Diffstat (limited to 'sway/input/seat.c')
-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) {
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);
}