Commit 132d0458 authored by Kir Kolyshkin's avatar Kir Kolyshkin Committed by Pavel Emelyanov

can_dump_inet_sk(): improve an error message

Signed-off-by: 's avatarKir Kolyshkin <kir@openvz.org>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 7ac8ba55
......@@ -137,7 +137,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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment