backend/session/libseat: Set loglevel to INFO

This commit is contained in:
Kenny Levinsen 2021-03-15 21:19:49 +01:00 committed by Simon Ser
parent 2382684e94
commit 883d5b6e7c
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ static struct wlr_session *libseat_session_create(struct wl_display *disp) {
wl_list_init(&session->devices);
libseat_set_log_handler(log_libseat);
libseat_set_log_level(LIBSEAT_LOG_LEVEL_ERROR);
libseat_set_log_level(LIBSEAT_LOG_LEVEL_INFO);
// libseat will take care of updating the logind state if necessary
setenv("XDG_SESSION_TYPE", "wayland", 1);