r7486: fix for the build farm to display the panic messages and backtrace inside...
authorStefan Metzmacher <metze@samba.org>
Sat, 11 Jun 2005 05:06:32 +0000 (05:06 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:17:58 +0000 (13:17 -0500)
metze
(This used to be commit 5cf27b4af33fd7e30a59e53e4b08d67ac83ddccd)

source4/lib/fault.c

index 9f1e3f44bc0a22129860a70e4f27643e2f5c8518..f3a9e78f39895a1d2726a94c890a0e36d4e8f2d7 100644 (file)
@@ -140,10 +140,10 @@ static void fault_report(int sig)
        
        if (counter) _exit(1);
 
-       DEBUG(0,("===============================================================\n"));
+       DEBUG(0,("=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=\n"));
        DEBUG(0,("INTERNAL ERROR: Signal %d in pid %d (%s)",sig,(int)getpid(),SAMBA_VERSION_STRING));
        DEBUG(0,("\nPlease read the file BUGS.txt in the distribution\n"));
-       DEBUG(0,("===============================================================\n"));
+       DEBUG(0,("=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=\n"));
 
        smb_panic("internal error");