Commit 38c699a7 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

arch: Add mssing \Newline to get_task_regs message and print pid as well

It's leftover from early times.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 8a8c38b6
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment