summaryrefslogtreecommitdiff
path: root/source3/lib/fault.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-04-07 18:27:32 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-04-07 18:27:32 +0000
commitb390459450cbabc68f620c1a06bcee6c7a152edb (patch)
tree0c853e65d7997332464116b9eba8d8800c255957 /source3/lib/fault.c
parent98a57e60325908c9d24df0732623005a9a97972f (diff)
downloadsamba-b390459450cbabc68f620c1a06bcee6c7a152edb.tar.gz
samba-b390459450cbabc68f620c1a06bcee6c7a152edb.tar.bz2
samba-b390459450cbabc68f620c1a06bcee6c7a152edb.zip
BUGS.txt -> Bugs appendix in HOWTO Collection
(This used to be commit f95741ae882ad1d1e7f709e30ea3bae02a4aff2d)
Diffstat (limited to 'source3/lib/fault.c')
-rw-r--r--source3/lib/fault.c2
1 files changed, 1 insertions, 1 deletions
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");