[CRIU] [PATCH 04/14] can_dump_inet_sk(): improve an error message
Kir Kolyshkin
kir at openvz.org
Thu Mar 23 15:02:01 PDT 2017
Signed-off-by: Kir Kolyshkin <kir at openvz.org>
---
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 e1c5b87..9348673 100644
--- a/criu/sk-inet.c
+++ b/criu/sk-inet.c
@@ -138,7 +138,7 @@ static int can_dump_inet_sk(const struct inet_sk_desc *sk)
if (sk->type != SOCK_STREAM) {
pr_err("Can't dump %d inet socket %x. "
- "Only can stream and dgram.\n",
+ "Only stream and dgram are supported.\n",
sk->type, sk->sd.ino);
return 0;
}
--
2.9.3
More information about the CRIU
mailing list