svn commit: samba r7486 - in branches/SAMBA_4_0/source/lib: .

metze at samba.org metze at samba.org
Sat Jun 11 05:06:33 GMT 2005


Author: metze
Date: 2005-06-11 05:06:32 +0000 (Sat, 11 Jun 2005)
New Revision: 7486

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7486

Log:
fix for the build farm to display the panic messages and backtrace inside the per test frame

metze
Modified:
   branches/SAMBA_4_0/source/lib/fault.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/fault.c
===================================================================
--- branches/SAMBA_4_0/source/lib/fault.c	2005-06-11 04:07:20 UTC (rev 7485)
+++ branches/SAMBA_4_0/source/lib/fault.c	2005-06-11 05:06:32 UTC (rev 7486)
@@ -140,10 +140,10 @@
 	
 	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");
 



More information about the samba-cvs mailing list