From d29238db83dbf0494a647aca4e8a4ad085044aad Mon Sep 17 00:00:00 2001 From: Pavel Emelyanov Date: Tue, 4 Feb 2014 18:58:00 +0400 Subject: [PATCH] dump: Missing \n in auxv dumping message Signed-off-by: Pavel Emelyanov --- cr-dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cr-dump.c b/cr-dump.c index 2e5c5428b..3cd468405 100644 --- a/cr-dump.c +++ b/cr-dump.c @@ -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)