[CRIU] [PATCH] check: Drop \n from pr_perror
Pavel Emelyanov
xemul at parallels.com
Tue Apr 9 16:55:27 EDT 2013
On 04/09/2013 03:29 PM, Cyrill Gorcunov wrote:
> Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
> ---
> cr-check.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/cr-check.c b/cr-check.c
> index 1045988..82ec2f8 100644
> --- a/cr-check.c
> +++ b/cr-check.c
> @@ -477,7 +477,7 @@ int check_ptrace_peeksiginfo()
> arg.nr = 1;
>
> if (ptrace(PTRACE_PEEKSIGINFO, pid, &arg, &siginfo) != 0) {
> - pr_perror("Unable to dump pending signals\n");
> + pr_perror("Unable to dump pending signals");
> ret = -1;
> }
>
>
applied
More information about the CRIU
mailing list