]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
fault.c: improve fault_report message text pointing to our wiki
authorBjörn Jacke <bj@sernet.de>
Mon, 23 Sep 2019 06:57:33 +0000 (08:57 +0200)
committerKarolin Seeger <kseeger@samba.org>
Thu, 26 Sep 2019 04:30:03 +0000 (04:30 +0000)
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-9-test): Karolin Seeger <kseeger@samba.org>
Autobuild-Date(v4-9-test): Thu Sep 26 04:30:04 UTC 2019 on sn-devel-144

lib/util/fault.c

index 1b56361aa62bf15d98e753744440b5927c9970d3..0e6c0b1f1ee753cf3571b11f33921fdf1ddb21bd 100644 (file)
@@ -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");