[CRIU] [PATCH] sockets: inet -- Fix typo in message

Cyrill Gorcunov gorcunov at openvz.org
Fri Aug 16 10:26:44 EDT 2013


Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 sk-inet.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sk-inet.c b/sk-inet.c
index a095c7c..a540e7b 100644
--- a/sk-inet.c
+++ b/sk-inet.c
@@ -485,7 +485,7 @@ static int open_inet_sk(struct file_desc *d)
 
 	sk = socket(ie->family, ie->type, ie->proto);
 	if (sk < 0) {
-		pr_perror("Can't create unix socket");
+		pr_perror("Can't create inet socket");
 		return -1;
 	}
 
-- 
1.8.1.4



More information about the CRIU mailing list