diff options
author | John Terpstra <jht@samba.org> | 2005-08-17 06:01:38 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:00:33 -0500 |
commit | e906c370e5b0037cd1379f72c20e400ac1630db2 (patch) | |
tree | d8c1b33ab97f6301524608078bff4bb18877a856 | |
parent | 9357e6c85efd06e90d479cd652c5e8e56d5b07fe (diff) | |
download | samba-e906c370e5b0037cd1379f72c20e400ac1630db2.tar.gz samba-e906c370e5b0037cd1379f72c20e400ac1630db2.tar.bz2 samba-e906c370e5b0037cd1379f72c20e400ac1630db2.zip |
r9353: Updating troublshooting error message.
(This used to be commit 7744de8ead6aef67278368e407dd1db8b9437348)
-rw-r--r-- | source3/lib/fault.c | 3 |
1 files changed, 2 insertions, 1 deletions
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"); |