Commit d29238db authored by Pavel Emelyanov's avatar Pavel Emelyanov

dump: Missing \n in auxv dumping message

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 4a360f5e
...@@ -375,7 +375,7 @@ static int get_task_auxv(pid_t pid, MmEntry *mm, size_t *size) ...@@ -375,7 +375,7 @@ static int get_task_auxv(pid_t pid, MmEntry *mm, size_t *size)
{ {
int fd, ret, i; int fd, ret, i;
pr_info("Obtaining task auvx ... "); pr_info("Obtaining task auvx ...\n");
fd = open_proc(pid, "auxv"); fd = open_proc(pid, "auxv");
if (fd < 0) if (fd < 0)
......
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