svn commit: samba r9353 - in branches/SAMBA_3_0/source/lib: .

jht at samba.org jht at samba.org
Wed Aug 17 06:01:39 GMT 2005


Author: jht
Date: 2005-08-17 06:01:38 +0000 (Wed, 17 Aug 2005)
New Revision: 9353

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

Log:
Updating troublshooting error message.
Modified:
   branches/SAMBA_3_0/source/lib/fault.c


Changeset:
Modified: branches/SAMBA_3_0/source/lib/fault.c
===================================================================
--- branches/SAMBA_3_0/source/lib/fault.c	2005-08-17 05:24:49 UTC (rev 9352)
+++ branches/SAMBA_3_0/source/lib/fault.c	2005-08-17 06:01:38 UTC (rev 9353)
@@ -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