diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-12-16 09:56:30 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2017-12-16 09:56:30 -0500 |
commit | 95fddf2fa8ba5f217137be10e2ad211c6d138990 (patch) | |
tree | b92a21c82c1d496b0cc143362da5c2d25dbd2c12 | |
parent | 25acc37d67b2aa1bc5fe7315e9840eaea5a833b0 (diff) |
s/L_INFO/L_DEBUG/ @ software cursor fallback
-rw-r--r-- | types/wlr_output.c | 2 |
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; |