wayland: log: be clear that these are the XCRUSOR_* environment variables

This commit is contained in:
Daniel Eklöf 2020-07-08 20:04:02 +02:00
parent d377221e24
commit 98f3ccfe79
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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");