summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2019-09-23 08:57:33 +0200
committerKarolin Seeger <kseeger@samba.org>2019-09-26 04:49:25 +0000
commitf19881f6198a006a281a11ea2f2952213c213e08 (patch)
treed6090446ba49b7b379bcbcdcd6264aebe0e0bdd1
parent563799451611d0c452cd639a1c31c03474252672 (diff)
downloadsamba-f19881f6198a006a281a11ea2f2952213c213e08.tar.gz
fault.c: improve fault_report message text pointing to our wiki
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14139 Signed-off-by: Bjoern Jacke <bjacke@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org> (cherry picked from commit ec4c5975528f3d3ab9c8813e176c6d1a2f1ca506) Autobuild-User(v4-10-test): Karolin Seeger <kseeger@samba.org> Autobuild-Date(v4-10-test): Thu Sep 26 04:49:25 UTC 2019 on sn-devel-144
-rw-r--r--lib/util/fault.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/util/fault.c b/lib/util/fault.c
index bde20e33460..d78fc617593 100644
--- a/lib/util/fault.c
+++ b/lib/util/fault.c
@@ -78,7 +78,11 @@ static void fault_report(int sig)
DEBUGSEP(0);
DEBUG(0,("INTERNAL ERROR: Signal %d in pid %d (%s)",sig,(int)getpid(),SAMBA_VERSION_STRING));
- DEBUG(0,("\nPlease read the Trouble-Shooting section of the Samba HOWTO\n"));
+ DEBUG(0,("\nIf you are running a recent Samba version, and "
+ "if you think this problem is not yet fixed in the "
+ "latest versions, please consider reporting this "
+ "bug, see "
+ "https://wiki.samba.org/index.php/Bug_Reporting\n"));
DEBUGSEP(0);
smb_panic("internal error");