mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-22 20:25:39 +02:00
bar/wayland: change disconnected log type from warn -> info
Because being disconnected from Wayland is how we typically exit.
This commit is contained in:
parent
8c4865e0e3
commit
199a7ccd21
1 changed files with 1 additions and 1 deletions
|
@ -855,7 +855,7 @@ loop(struct bar *_bar,
|
||||||
}
|
}
|
||||||
|
|
||||||
if (fds[1].revents & POLLHUP) {
|
if (fds[1].revents & POLLHUP) {
|
||||||
LOG_WARN("disconnected from wayland");
|
LOG_INFO("disconnected from wayland");
|
||||||
if (write(_bar->abort_fd, &(uint64_t){1}, sizeof(uint64_t))
|
if (write(_bar->abort_fd, &(uint64_t){1}, sizeof(uint64_t))
|
||||||
!= sizeof(uint64_t))
|
!= sizeof(uint64_t))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue