[CRIU] [PATCH 2/3] epoll: Add LOG_PREFIX
Cyrill Gorcunov
gorcunov at openvz.org
Mon Aug 20 04:14:46 EDT 2012
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
eventpoll.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/eventpoll.c b/eventpoll.c
index 1aaf1f4..103d128 100644
--- a/eventpoll.c
+++ b/eventpoll.c
@@ -24,6 +24,9 @@
#include "protobuf.h"
#include "protobuf/eventpoll.pb-c.h"
+#undef LOG_PREFIX
+#define LOG_PREFIX "epoll: "
+
struct eventpoll_file_info {
EventpollFileEntry *efe;
struct file_desc d;
--
1.7.7.6
More information about the CRIU
mailing list