From a03e3622f2c17e2837f1054887453db5b5ae5b7c Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Sun, 1 Jan 2012 13:12:37 +0400 Subject: [PATCH] restore: Add log message that restore via sigreturn is started Signed-off-by: Cyrill Gorcunov --- cr-restore.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cr-restore.c b/cr-restore.c index 976e281d4..4cea99a9d 100644 --- a/cr-restore.c +++ b/cr-restore.c @@ -1457,6 +1457,8 @@ static void sigreturn_restore(pid_t pstree_pid, pid_t pid) int *fd_core_threads; int fd_pstree = -1; + pr_info("%d: Restore via sigreturn\n", pid); + restore_task_code_len = 0; restore_task_vma_len = 0; restore_thread_code_len = 0;