[CRIU] [PATCH] sk-inet: add a missed space in a error message

Andrey Vagin avagin at openvz.org
Wed Jun 15 12:05:12 PDT 2016


From: Andrew Vagin <avagin at virtuozzo.com>

Signed-off-by: Andrew Vagin <avagin at virtuozzo.com>
---
 criu/sk-inet.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/criu/sk-inet.c b/criu/sk-inet.c
index dfcfae6..de1d973 100644
--- a/criu/sk-inet.c
+++ b/criu/sk-inet.c
@@ -156,7 +156,7 @@ static int can_dump_inet_sk(const struct inet_sk_desc *sk)
 			 */
 			pr_err("In-flight connection (l) for %x\n",
 					sk->sd.ino);
-			pr_err("In-flight connections can be ignored with the"
+			pr_err("In-flight connections can be ignored with the "
 					"--%s option.\n", SK_INFLIGHT_PARAM);
 			return 0;
 		}
-- 
2.7.4



More information about the CRIU mailing list