summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/UPT
diff options
context:
space:
mode:
authorYonghong Zhu <yonghong.zhu@intel.com>2016-02-29 10:32:07 +0800
committerYonghong Zhu <yonghong.zhu@intel.com>2016-03-11 12:29:59 +0800
commit3a0f8bdef348a3afca72217d319bb1a8d8b1036a (patch)
treef8924c52151aaafd8e43d33166f930903629e81a /BaseTools/Source/Python/UPT
parentabffadf0ecde6763ceae1fa637629e23d2e9c8f6 (diff)
downloadedk2-3a0f8bdef348a3afca72217d319bb1a8d8b1036a.tar.gz
edk2-3a0f8bdef348a3afca72217d319bb1a8d8b1036a.tar.bz2
edk2-3a0f8bdef348a3afca72217d319bb1a8d8b1036a.zip
BaseTools: update the mail address for stack trace info
Update the mail address from edk2-devel@lists.sourceforge.net to edk2-devel@lists.01.org. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Andrew Fish <afish@apple.com>
Diffstat (limited to 'BaseTools/Source/Python/UPT')
-rw-r--r--BaseTools/Source/Python/UPT/Logger/StringTable.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Source/Python/UPT/Logger/StringTable.py b/BaseTools/Source/Python/UPT/Logger/StringTable.py
index 0d4d263928..96f0e1cd6e 100644
--- a/BaseTools/Source/Python/UPT/Logger/StringTable.py
+++ b/BaseTools/Source/Python/UPT/Logger/StringTable.py
@@ -323,7 +323,7 @@ MSG_NEW_FILE_NAME_FOR_DIST = _(
MSG_UPDATE_PACKAGE_DATABASE = _("Update Distribution Package Database ...")
MSG_PYTHON_ON = _("(Python %s on %s) ")
MSG_SEARCH_FOR_HELP = _(
- "\n(Please send email to edk2-devel@lists.sourceforge.net for\n"
+ "\n(Please send email to edk2-devel@lists.01.org for\n"
" help, attach the following call stack trace.)\n")
MSG_REMOVE_TEMP_FILE_STARTED = _("Removing temp files started ... ")
MSG_REMOVE_TEMP_FILE_DONE = _("Removing temp files ... Done.")