Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'criu/cr-restore.c')
-rw-r--r--criu/cr-restore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/criu/cr-restore.c b/criu/cr-restore.c
index 5a1551a8b..8ba413d1a 100644
--- a/criu/cr-restore.c
+++ b/criu/cr-restore.c
@@ -2289,7 +2289,7 @@ out_kill:
kill(root_item->pid->real, SIGKILL);
if (waitpid(root_item->pid->real, &status, 0) < 0)
- pr_warn("Unable to wait %d: %s",
+ pr_warn("Unable to wait %d: %s\n",
root_item->pid->real, strerror(errno));
} else {
struct pstree_item *pi;