s3/dump_core: Have a newline towards the end of log message
authorAnoop C S <anoopcs@redhat.com>
Wed, 16 Oct 2019 09:03:06 +0000 (14:33 +0530)
committerUri Simchoni <uri@samba.org>
Fri, 18 Oct 2019 08:54:04 +0000 (08:54 +0000)
Signed-off-by: Anoop C S <anoopcs@redhat.com>
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Uri Simchoni <uri@samba.org>
Autobuild-User(master): Uri Simchoni <uri@samba.org>
Autobuild-Date(master): Fri Oct 18 08:54:04 UTC 2019 on sn-devel-184

source3/lib/dumpcore.c

index 6c305ab81d773dd56367dd55d13f245ab42404be..0c9120689df9397fe503fa7ce3679a9f8c2b9f6c 100644 (file)
@@ -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"));
                }
        }