mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
backend/session/libseat: Set loglevel to INFO
This commit is contained in:
parent
2382684e94
commit
883d5b6e7c
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue