From e906c370e5b0037cd1379f72c20e400ac1630db2 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Wed, 17 Aug 2005 06:01:38 +0000 Subject: r9353: Updating troublshooting error message. (This used to be commit 7744de8ead6aef67278368e407dd1db8b9437348) --- source3/lib/fault.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source3/lib/fault.c b/source3/lib/fault.c index d8364ff225..3cb6684639 100644 --- a/source3/lib/fault.c +++ b/source3/lib/fault.c @@ -35,7 +35,8 @@ static void fault_report(int sig) 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"); -- cgit