aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--types/wlr_output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/types/wlr_output.c b/types/wlr_output.c
index 225cd358..de1d29df 100644
--- a/types/wlr_output.c
+++ b/types/wlr_output.c
@@ -522,7 +522,7 @@ bool wlr_output_cursor_set_image(struct wlr_output_cursor *cursor,
}
}
- wlr_log(L_INFO, "Falling back to software cursor");
+ wlr_log(L_DEBUG, "Falling back to software cursor");
cursor->output->needs_swap = true;
cursor->enabled = pixels != NULL;