Commit ba562bc2 authored by Pavel Emelyanov's avatar Pavel Emelyanov Committed by Cyrill Gorcunov

show: Fix inet sockets show "loglevel"

Showers should use pr_msg to avoid loglevel issues.
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
parent b198d76e
......@@ -1276,7 +1276,7 @@ void show_inetsk(int fd)
pr_perror("Failed to translate address");
}
pr_info("fd %d family %d type %d proto %d port %d state %d "
pr_msg("fd %d family %d type %d proto %d port %d state %d "
"--> %s\n", ie.fd, ie.family, ie.type, ie.proto,
ie.src_port, ie.state, src_addr);
}
......
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