From 28f851d1f847eb53089f3f36707436c4630e6d53 Mon Sep 17 00:00:00 2001 From: Kenny Levinsen Date: Wed, 25 Sep 2024 22:18:29 +0200 Subject: [PATCH] output/cursor: Do not log on software cursor fallback --- types/output/cursor.c | 1 - 1 file changed, 1 deletion(-) diff --git a/types/output/cursor.c b/types/output/cursor.c index 2a6354950..2dbb12108 100644 --- a/types/output/cursor.c +++ b/types/output/cursor.c @@ -428,7 +428,6 @@ bool output_cursor_set_texture(struct wlr_output_cursor *cursor, return true; } - wlr_log(WLR_DEBUG, "Falling back to software cursor on output '%s'", output->name); output_disable_hardware_cursor(output); output_cursor_damage_whole(cursor); return true;