[CRIU] [PATCH 2/5] sk-unix: Defile log prefix

Cyrill Gorcunov gorcunov at openvz.org
Thu Jul 23 12:22:37 PDT 2015


For grepability sake.

Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 sk-unix.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sk-unix.c b/sk-unix.c
index 153f5c7f388c..ee9b2495a2f5 100644
--- a/sk-unix.c
+++ b/sk-unix.c
@@ -31,6 +31,9 @@
 #include "protobuf.h"
 #include "protobuf/sk-unix.pb-c.h"
 
+#undef	LOG_PREFIX
+#define LOG_PREFIX "sk unix: "
+
 struct unix_sk_desc {
 	struct socket_desc	sd;
 	unsigned int		type;
-- 
2.4.3



More information about the CRIU mailing list