[CRIU] Re: [PATCH cr 2/2] utsns: use pr_msg for showing content
Pavel Emelyanov
xemul at parallels.com
Tue May 15 05:36:12 EDT 2012
On 05/15/2012 01:04 PM, Andrey Vagin wrote:
> 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);
> }
> }
>
Applied both
More information about the CRIU
mailing list