X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=BaseTools%2FSource%2FPython%2FTrim%2FTrim.py;fp=BaseTools%2FSource%2FPython%2FTrim%2FTrim.py;h=43119bd7ff8cf4d210f03623ba9ed42efbfcc000;hb=c1387446edbb05a11e2646e4184585d58d47a7d6;hp=6f29f1a35a0fe7f0ef9abbdda7bf25ea8ac52875;hpb=a7ef158b07524f9afd0cefa3180aeac0fcb6e436;p=mirror_edk2.git diff --git a/BaseTools/Source/Python/Trim/Trim.py b/BaseTools/Source/Python/Trim/Trim.py index 6f29f1a35a..43119bd7ff 100644 --- a/BaseTools/Source/Python/Trim/Trim.py +++ b/BaseTools/Source/Python/Trim/Trim.py @@ -533,7 +533,7 @@ def Main(): "\nTrim", CODE_ERROR, "Unknown fatal error when trimming [%s]" % InputFile, - ExtraData="\n(Please send email to edk2-devel@lists.01.org for help, attaching following call stack trace!)\n", + ExtraData="\n(Please send email to %s for help, attaching following call stack trace!)\n" % MSG_EDKII_MAIL_ADDR, RaiseError=False ) EdkLogger.quiet("(Python %s on %s) " % (platform.python_version(), sys.platform) + traceback.format_exc())