[CRIU] [PATCH cr 2/2] utsns: use pr_msg for showing content

Andrey Vagin avagin at openvz.org
Tue May 15 05:04:01 EDT 2012


Otherwise it shows nothing without the verbose option

Signed-off-by: Andrey Vagin <avagin at openvz.org>
---
 uts_ns.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/uts_ns.c b/uts_ns.c
index a47d276..6ed4482 100644
--- a/uts_ns.c
+++ b/uts_ns.c
@@ -116,7 +116,7 @@ static void show_uts_string(int fd, char *n)
 			return;
 
 		str[len] = '\0';
-		pr_info("%s: [%s]\n", n, str);
+		pr_msg("%s: [%s]\n", n, str);
 	}
 }
 
-- 
1.7.1



More information about the CRIU mailing list