From 4233f18a3100905e2cc25978230b5f94f8f8077e Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 11 Jun 2005 05:06:32 +0000 Subject: r7486: fix for the build farm to display the panic messages and backtrace inside the per test frame metze (This used to be commit 5cf27b4af33fd7e30a59e53e4b08d67ac83ddccd) --- source4/lib/fault.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source4/lib/fault.c b/source4/lib/fault.c index 9f1e3f44bc..f3a9e78f39 100644 --- a/source4/lib/fault.c +++ b/source4/lib/fault.c @@ -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"); -- cgit