From: Björn Jacke Date: Mon, 23 Sep 2019 06:57:33 +0000 (+0200) Subject: fault.c: improve fault_report message text pointing to our wiki X-Git-Tag: talloc-2.3.1~741 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ec4c5975528f3d3ab9c8813e176c6d1a2f1ca506;p=thirdparty%2Fsamba.git 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 Reviewed-by: Alexander Bokovoy --- diff --git a/lib/util/fault.c b/lib/util/fault.c index 5be9162679e..c42bc51789a 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");