From: Anoop C S Date: Wed, 16 Oct 2019 09:03:06 +0000 (+0530) Subject: s3/dump_core: Have a newline towards the end of log message X-Git-Tag: talloc-2.3.1~330 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=25b1e478ec5e8ac40d41013a824311824482fa67;p=thirdparty%2Fsamba.git 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 --- 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")); } }