wayland: change disconnected log type from err -> warn

This commit is contained in:
Daniel Eklöf 2019-11-23 13:56:11 +01:00
parent 50bcfbf086
commit 721ac4ab31
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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;
}