From d1c6c05ab045e1794e16f18ad7f9637272bffabd Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 7 Apr 2003 18:26:58 +0000 Subject: BUGS.txt -> Bugs Appendix in HOWTO collection (This used to be commit 1e1ef7a7b52f34ab784a7bac570235de221a64b6) --- source3/lib/fault.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib') diff --git a/source3/lib/fault.c b/source3/lib/fault.c index e132ed8f67..a9e1b7bbb9 100644 --- a/source3/lib/fault.c +++ b/source3/lib/fault.c @@ -35,7 +35,7 @@ static void fault_report(int sig) DEBUG(0,("===============================================================\n")); DEBUG(0,("INTERNAL ERROR: Signal %d in pid %d (%s)",sig,(int)sys_getpid(),VERSION)); - DEBUG(0,("\nPlease read the file BUGS.txt in the distribution\n")); + DEBUG(0,("\nPlease read the appendix Bugs of the Samba HOWTO collection\n")); DEBUG(0,("===============================================================\n")); smb_panic("internal error"); -- cgit