From 36b279bd09a274fee8f93e1fd397638586432bda Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Tue, 14 Aug 2018 11:39:21 -0400 Subject: If configure fails, direct users to GH issues [ci skip] Better place for problems like this. --- configure.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/configure.py b/configure.py index 26f606c7f..d31c8c20b 100755 --- a/configure.py +++ b/configure.py @@ -3179,10 +3179,8 @@ if __name__ == '__main__': logging.error("""%s An internal error occurred. -Don't panic, this is probably not your fault! - -Please report the entire output at https://github.com/randombit/botan or email -to the mailing list https://lists.randombit.net/mailman/listinfo/botan-devel +Don't panic, this is probably not your fault! Please open an issue +with the entire output at https://github.com/randombit/botan You'll meet friendly people happy to help!""" % traceback.format_exc()) -- cgit v1.2.3