svn commit: samba r9399 - in trunk/source/lib: .

jht at samba.org jht at samba.org
Fri Aug 19 17:22:48 GMT 2005


Author: jht
Date: 2005-08-19 17:22:48 +0000 (Fri, 19 Aug 2005)
New Revision: 9399

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

Log:
Syncing HOWTO reference from SAMBA_3_0 branch.
Modified:
   trunk/source/lib/fault.c


Changeset:
Modified: trunk/source/lib/fault.c
===================================================================
--- trunk/source/lib/fault.c	2005-08-19 17:14:39 UTC (rev 9398)
+++ trunk/source/lib/fault.c	2005-08-19 17:22:48 UTC (rev 9399)
@@ -35,7 +35,8 @@
 
 	DEBUG(0,("===============================================================\n"));
 	DEBUG(0,("INTERNAL ERROR: Signal %d in pid %d (%s)",sig,(int)sys_getpid(),SAMBA_VERSION_STRING));
-	DEBUG(0,("\nPlease read the appendix Bugs of the Samba HOWTO collection\n"));
+	DEBUG(0,("\nPlease read the Trouble-Shooting section of the Samba3-HOWTO\n"));
+	DEBUG(0,("\nFrom: http://www.samba.org/samba/docs/Samba3-HOWTO.pdf\n"));
 	DEBUG(0,("===============================================================\n"));
   
 	smb_panic("internal error");



More information about the samba-cvs mailing list