r22107: Fix typo.
authorJames Peach <jpeach@samba.org>
Fri, 6 Apr 2007 19:17:15 +0000 (19:17 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:19:13 +0000 (12:19 -0500)
source/lib/fault.c

index b632a5c82fa2f84fd3132052a9cf999bf7c5cc04..b214d9027ea5b1fb8b068e5231bcaf8382880c9a 100644 (file)
@@ -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);
        }