[CRIU] [PATCH 6/8] epoll: Fix typo in message when no target found

Cyrill Gorcunov gorcunov at gmail.com
Tue Mar 26 21:49:50 MSK 2019


Signed-off-by: Cyrill Gorcunov <gorcunov at gmail.com>
---
 criu/eventpoll.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/criu/eventpoll.c b/criu/eventpoll.c
index 17dfa6c0ca40..bf15ef231e7b 100644
--- a/criu/eventpoll.c
+++ b/criu/eventpoll.c
@@ -169,8 +169,8 @@ int flush_eventpoll_dinfo_queue(void)
 			};
 			struct kid_elem *t = kid_lookup_epoll_tfd(&fd_tree, &ke, &slot);
 			if (!t) {
-				pr_debug("kid_lookup_epoll: no match pid %d efd %d tfd %d toff %u\n",
-					 dinfo->pid, dinfo->efd, tfde->tfd, dinfo->toff[i].off);
+				pr_err("kid_lookup_epoll: no match pid %d efd %d tfd %d toff %u\n",
+				       dinfo->pid, dinfo->efd, tfde->tfd, dinfo->toff[i].off);
 				goto err;
 			}
 
-- 
2.20.1



More information about the CRIU mailing list