[CRIU] [PATCH] util/epoll: do not report polling timeout
Andrei Vagin
avagin at virtuozzo.com
Fri Aug 4 02:08:55 MSK 2017
Applied, thanks!
On Sun, Jul 30, 2017 at 09:29:20AM +0300, Mike Rapoport wrote:
> It's not really interesting and just pollutes the log
>
> Signed-off-by: Mike Rapoport <rppt at linux.vnet.ibm.com>
> ---
> criu/util.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/criu/util.c b/criu/util.c
> index 563dbd5..1c0f1ac 100644
> --- a/criu/util.c
> +++ b/criu/util.c
> @@ -1310,8 +1310,6 @@ int epoll_run_rfds(int epollfd, struct epoll_event *evs, int nr_fds, int timeout
> if (ret <= 0) {
> if (ret < 0)
> pr_perror("polling failed");
> - else
> - pr_debug("polling timeout\n");
> break;
> }
>
> --
> 2.7.4
>
More information about the CRIU
mailing list