mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 14:25:49 +00:00
arch: Add mssing \Newline to get_task_regs message and print pid as well
It's leftover from early times. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
8a8c38b6a3
commit
38c699a754
@@ -90,7 +90,7 @@ int get_task_regs(pid_t pid, CoreEntry *core, const struct parasite_ctl *ctl)
|
||||
struct user_vfp vfp;
|
||||
int ret = -1;
|
||||
|
||||
pr_info("Dumping GP/FPU registers ... ");
|
||||
pr_info("Dumping GP/FPU registers for %d\n", pid);
|
||||
|
||||
if (ctl)
|
||||
regs = ctl->regs_orig;
|
||||
|
@@ -104,7 +104,7 @@ int get_task_regs(pid_t pid, CoreEntry *core, const struct parasite_ctl *ctl)
|
||||
struct iovec iov;
|
||||
int ret = -1;
|
||||
|
||||
pr_info("Dumping GP/FPU registers ... ");
|
||||
pr_info("Dumping GP/FPU registers for %d\n", pid);
|
||||
|
||||
if (ctl)
|
||||
regs = ctl->regs_orig;
|
||||
|
Reference in New Issue
Block a user