2
0
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:
Cyrill Gorcunov
2013-02-27 23:30:34 +04:00
committed by Pavel Emelyanov
parent 8a8c38b6a3
commit 38c699a754
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -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;