From 95fddf2fa8ba5f217137be10e2ad211c6d138990 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sat, 16 Dec 2017 09:56:30 -0500 Subject: [PATCH] s/L_INFO/L_DEBUG/ @ software cursor fallback --- types/wlr_output.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;