From 25b1e478ec5e8ac40d41013a824311824482fa67 Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Wed, 16 Oct 2019 14:33:06 +0530 Subject: [PATCH] s3/dump_core: Have a newline towards the end of log message Signed-off-by: Anoop C S Reviewed-by: Andreas Schneider Reviewed-by: Uri Simchoni Autobuild-User(master): Uri Simchoni Autobuild-Date(master): Fri Oct 18 08:54:04 UTC 2019 on sn-devel-184 --- source3/lib/dumpcore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/lib/dumpcore.c b/source3/lib/dumpcore.c index 6c305ab81d7..0c9120689df 100644 --- a/source3/lib/dumpcore.c +++ b/source3/lib/dumpcore.c @@ -315,7 +315,7 @@ void dump_core_setup(const char *progname, const char *log_file) DEBUG(0,("dumping core in %s\n", corepath)); } else { DEBUG(0,("coredump is handled by helper binary " - "specified at /proc/sys/kernel/core_pattern")); + "specified at /proc/sys/kernel/core_pattern\n")); } } -- 2.47.3