Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Changed unknown error message
git-svn-id: https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools@1279 7335b38e-4728-0410-8992-fb3ffe349368
  • Loading branch information
jwang36 committed Jul 7, 2008
1 parent 3d8448d commit bea1122
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Python/build/build.py
Expand Up @@ -1300,8 +1300,8 @@ def Main():
EdkLogger.error(
"\nbuild",
CODE_ERROR,
"Tools code failure",
ExtraData="Please submit bug report in www.TianoCore.org, attaching following call stack trace!\n",
"Unknown fatal error",
ExtraData="Please send email to dev@buildtools.tianocore.org for help, attaching following call stack trace!\n",
RaiseError=False
)
EdkLogger.quiet(traceback.format_exc())
Expand Down

0 comments on commit bea1122

Please sign in to comment.