[CRIU] [PATCH] sk-tcp: Fix typo in message
Cyrill Gorcunov
gorcunov at openvz.org
Thu Sep 1 13:10:12 PDT 2016
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
criu/sk-tcp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/criu/sk-tcp.c b/criu/sk-tcp.c
index 86534a465ec3..8cdc9f54a0f2 100644
--- a/criu/sk-tcp.c
+++ b/criu/sk-tcp.c
@@ -832,7 +832,7 @@ int kerndat_tcp_repair_window()
sk = socket(AF_INET, SOCK_STREAM, 0);
if (sk < 0) {
- pr_perror("Unable to create a netlink socket");
+ pr_perror("Unable to create inet socket");
return -1;
}
--
2.7.4
More information about the CRIU
mailing list