Commit f7724aa5 authored by Mike Rapoport's avatar Mike Rapoport Committed by Andrei Vagin

util/epoll: do not report polling timeout

It's not really interesting and just pollutes the log
Signed-off-by: 's avatarMike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent a58330a2
...@@ -1260,8 +1260,6 @@ int epoll_run_rfds(int epollfd, struct epoll_event *evs, int nr_fds, int timeout ...@@ -1260,8 +1260,6 @@ int epoll_run_rfds(int epollfd, struct epoll_event *evs, int nr_fds, int timeout
if (ret <= 0) { if (ret <= 0) {
if (ret < 0) if (ret < 0)
pr_perror("polling failed"); pr_perror("polling failed");
else
pr_debug("polling timeout\n");
break; break;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment