dump: Missing \n in auxv dumping message

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Pavel Emelyanov 2014-02-04 18:58:00 +04:00
parent 4a360f5ed5
commit d29238db83

View file

@ -375,7 +375,7 @@ static int get_task_auxv(pid_t pid, MmEntry *mm, size_t *size)
{
int fd, ret, i;
pr_info("Obtaining task auvx ... ");
pr_info("Obtaining task auvx ...\n");
fd = open_proc(pid, "auxv");
if (fd < 0)