[CRIU] [PATCH 1/3] tun: Define log prefix
Cyrill Gorcunov
gorcunov at gmail.com
Fri Sep 21 11:41:43 MSK 2018
Signed-off-by: Cyrill Gorcunov <gorcunov at gmail.com>
---
criu/tun.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/criu/tun.c b/criu/tun.c
index 11e82f22a265..2e189c69c8ac 100644
--- a/criu/tun.c
+++ b/criu/tun.c
@@ -24,6 +24,9 @@
#include "images/tun.pb-c.h"
+#undef LOG_PREFIX
+#define LOG_PREFIX "tun: "
+
#ifndef IFF_PERSIST
#define IFF_PERSIST 0x0800
#endif
--
2.17.1
More information about the CRIU
mailing list