aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backend/session/libseat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/session/libseat.c b/backend/session/libseat.c
index ccbc77bd..52862d82 100644
--- a/backend/session/libseat.c
+++ b/backend/session/libseat.c
@@ -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);