summaryrefslogtreecommitdiffstats
path: root/source/lib/fault.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/lib/fault.c')
-rw-r--r--source/lib/fault.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/fault.c b/source/lib/fault.c
index b632a5c82fa..b214d9027ea 100644
--- a/source/lib/fault.c
+++ b/source/lib/fault.c
@@ -156,7 +156,7 @@ void dump_core_setup(const char *progname)
* turned on in smb.conf and the relevant daemon is not restarted.
*/
if (!lp_enable_core_files()) {
- DEBUG(0, ("Exiting on internal error (core file administratively disabled\n"));
+ DEBUG(0, ("Exiting on internal error (core file administratively disabled)\n"));
exit(1);
}