[CRIU] [PATCH] util/epoll: do not report polling timeout

Mike Rapoport rppt at linux.vnet.ibm.com
Sun Jul 30 09:29:20 MSK 2017


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