Commit 7c02f65b authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

check: Drop \n from pr_perror

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 5cae819d
...@@ -477,7 +477,7 @@ int check_ptrace_peeksiginfo() ...@@ -477,7 +477,7 @@ int check_ptrace_peeksiginfo()
arg.nr = 1; arg.nr = 1;
if (ptrace(PTRACE_PEEKSIGINFO, pid, &arg, &siginfo) != 0) { 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; ret = -1;
} }
......
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