diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-04-07 18:26:58 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-04-07 18:26:58 +0000 |
commit | d1c6c05ab045e1794e16f18ad7f9637272bffabd (patch) | |
tree | 8b61fce8d764b14c2f29fd46699526e504fa8999 /source3/lib | |
parent | eac27adfb3b7b2afe293a4e394cd84b870302d02 (diff) | |
download | samba-d1c6c05ab045e1794e16f18ad7f9637272bffabd.tar.gz samba-d1c6c05ab045e1794e16f18ad7f9637272bffabd.tar.bz2 samba-d1c6c05ab045e1794e16f18ad7f9637272bffabd.zip |
BUGS.txt -> Bugs Appendix in HOWTO collection
(This used to be commit 1e1ef7a7b52f34ab784a7bac570235de221a64b6)
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/fault.c | 2 |
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"); |