diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-06-11 05:06:32 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:58 -0500 |
commit | 4233f18a3100905e2cc25978230b5f94f8f8077e (patch) | |
tree | 3675abb604714b5f3b086d092765dc47f7ce6f42 /source4/lib | |
parent | 612babc4af9c54788f6267e11bac5d0bf5370ab5 (diff) | |
download | samba-4233f18a3100905e2cc25978230b5f94f8f8077e.tar.gz samba-4233f18a3100905e2cc25978230b5f94f8f8077e.tar.bz2 samba-4233f18a3100905e2cc25978230b5f94f8f8077e.zip |
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)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/fault.c | 4 |
1 files 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"); |