[CRIU] [PATCH 02/17] unix: Use one word log prefix

Cyrill Gorcunov gorcunov at gmail.com
Fri Apr 27 14:34:50 MSK 2018


For grep sake.

Signed-off-by: Cyrill Gorcunov <gorcunov at gmail.com>
---
 criu/sk-unix.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/criu/sk-unix.c b/criu/sk-unix.c
index fd80a0b3d28d..4b02f4d4c338 100644
--- a/criu/sk-unix.c
+++ b/criu/sk-unix.c
@@ -36,7 +36,7 @@
 #include "images/sk-unix.pb-c.h"
 
 #undef	LOG_PREFIX
-#define LOG_PREFIX "sk unix: "
+#define LOG_PREFIX "unix: "
 
 /*
  * By-default, when dumping a unix socket, we should dump its peer
-- 
2.14.3



More information about the CRIU mailing list