Commit f9d1f2b2 authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

utsns: use pr_msg for showing content

Otherwise it shows nothing without the verbose option
Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 8a133764
...@@ -116,7 +116,7 @@ static void show_uts_string(int fd, char *n) ...@@ -116,7 +116,7 @@ static void show_uts_string(int fd, char *n)
return; return;
str[len] = '\0'; str[len] = '\0';
pr_info("%s: [%s]\n", n, str); pr_msg("%s: [%s]\n", n, str);
} }
} }
......
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