mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-04 20:55:58 +01: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…
Reference in a new issue