aboutsummaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authorKenny Levinsen <kl@kl.wtf>2021-03-15 21:19:49 +0100
committerSimon Ser <contact@emersion.fr>2021-03-15 21:29:22 +0100
commit883d5b6e7cbf59103bd2998a941370097b0862cf (patch)
tree86a0a5d27c4008bc982edda61b0e129bc840ca90 /backend
parent2382684e942c7361197306862984de5598f7fc30 (diff)
backend/session/libseat: Set loglevel to INFO
Diffstat (limited to 'backend')
-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);