mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
wayland: change disconnected log type from err -> warn
This commit is contained in:
parent
50bcfbf086
commit
721ac4ab31
1 changed files with 1 additions and 1 deletions
|
|
@ -443,7 +443,7 @@ fdm_wayl(struct fdm *fdm, int fd, int events, void *data)
|
|||
int event_count = wl_display_dispatch(wayl->display);
|
||||
|
||||
if (events & EPOLLHUP) {
|
||||
LOG_ERR("disconnected from Wayland");
|
||||
LOG_WARN("disconnected from Wayland");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue