diff --git a/criu/eventpoll.c b/criu/eventpoll.c index 1ac6d5d9a..3779ebeeb 100644 --- a/criu/eventpoll.c +++ b/criu/eventpoll.c @@ -46,8 +46,8 @@ int is_eventpoll_link(char *link) static void pr_info_eventpoll_tfd(char *action, EventpollTfdEntry *e) { - pr_info("%seventpoll-tfd: id %#08x tfd %#08x events %#08x data %#016"PRIx64"\n", - action, e->id, e->tfd, e->events, e->data); + pr_info("%seventpoll-tfd: tfd %8d events %#08x data %#016"PRIx64"\n", + action, e->tfd, e->events, e->data); } static void pr_info_eventpoll(char *action, EventpollFileEntry *e)