mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-03 07:15:29 -04: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);
|
int event_count = wl_display_dispatch(wayl->display);
|
||||||
|
|
||||||
if (events & EPOLLHUP) {
|
if (events & EPOLLHUP) {
|
||||||
LOG_ERR("disconnected from Wayland");
|
LOG_WARN("disconnected from Wayland");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue