diff options
author | Björn Jacke <bj@sernet.de> | 2019-09-23 08:57:33 +0200 |
---|---|---|
committer | Bjoern Jacke <bjacke@samba.org> | 2019-09-23 11:40:36 +0000 |
commit | ec4c5975528f3d3ab9c8813e176c6d1a2f1ca506 (patch) | |
tree | 6a0a1816b04de021a06b4d04b1e986799be46cf2 /lib | |
parent | 89288c7e8398d86a24ea19a94908bc85a2664074 (diff) | |
download | samba-ec4c5975528f3d3ab9c8813e176c6d1a2f1ca506.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>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/util/fault.c | 6 |
1 files changed, 5 insertions, 1 deletions
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"); |