mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-03 07:45:17 +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;
|
struct user_vfp vfp;
|
||||||
int ret = -1;
|
int ret = -1;
|
||||||
|
|
||||||
pr_info("Dumping GP/FPU registers ... ");
|
pr_info("Dumping GP/FPU registers for %d\n", pid);
|
||||||
|
|
||||||
if (ctl)
|
if (ctl)
|
||||||
regs = ctl->regs_orig;
|
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;
|
struct iovec iov;
|
||||||
int ret = -1;
|
int ret = -1;
|
||||||
|
|
||||||
pr_info("Dumping GP/FPU registers ... ");
|
pr_info("Dumping GP/FPU registers for %d\n", pid);
|
||||||
|
|
||||||
if (ctl)
|
if (ctl)
|
||||||
regs = ctl->regs_orig;
|
regs = ctl->regs_orig;
|
||||||
|
Reference in New Issue
Block a user