mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
seize: remove extra \n from the error message
Signed-off-by: Andrew Vagin <avagin@virtuozzo.com> Acked-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
parent
4429a4c914
commit
101775b158
1 changed files with 1 additions and 1 deletions
2
seize.c
2
seize.c
|
|
@ -225,7 +225,7 @@ static int freezer_detach(void)
|
|||
pid = atoi(path);
|
||||
|
||||
if (ptrace(PTRACE_DETACH, pid, NULL, NULL))
|
||||
pr_perror("Unable to detach from %d\n", pid);
|
||||
pr_perror("Unable to detach from %d", pid);
|
||||
}
|
||||
fclose(f);
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue