1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00

s3/dump_core: Have a newline towards the end of log message

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
This commit is contained in:
Anoop C S 2019-10-16 14:33:06 +05:30 committed by Uri Simchoni
parent c4e902be72
commit 25b1e478ec

View 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"));
}
}