summaryrefslogtreecommitdiffstats
path: root/source/lib
diff options
context:
space:
mode:
authorJames Peach <jpeach@samba.org>2007-04-06 19:17:15 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:19:13 -0500
commitfd056b2426dea059fec50fe1c90e4fdd48f916d7 (patch)
tree6c8ab1f9d8da30da3e56a53e52fcd6133257703c /source/lib
parentbc2b6e3f32ab50444bb478efffd7a8b505536c6c (diff)
downloadsamba-fd056b2426dea059fec50fe1c90e4fdd48f916d7.tar.gz
samba-fd056b2426dea059fec50fe1c90e4fdd48f916d7.tar.xz
samba-fd056b2426dea059fec50fe1c90e4fdd48f916d7.zip
r22107: Fix typo.
Diffstat (limited to 'source/lib')
-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);
}