From 98f3ccfe79b37122f879174e315df407e7f4e09d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Wed, 8 Jul 2020 20:04:02 +0200 Subject: [PATCH] wayland: log: be clear that these are the XCRUSOR_* environment variables --- wayland.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wayland.c b/wayland.c index 667ae2da..99c6058a 100644 --- a/wayland.c +++ b/wayland.c @@ -912,8 +912,7 @@ wayl_init(const struct config *conf, struct fdm *fdm) } } - LOG_INFO("cursor theme: %s, size: %u", - wayl->xcursor_theme, wayl->xcursor_size); + LOG_INFO("XCURSOR_THEME=%s, XCURSOR_SIZE=%u", wayl->xcursor_theme, wayl->xcursor_size); if (!fdm_hook_add(fdm, &fdm_hook, wayl, FDM_HOOK_PRIORITY_LOW)) { LOG_ERR("failed to add FDM hook");