mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
[FREELDR] Stop asking people to report bugs on ros-dev@reactos.org
That should be merged to 0.4.13
This commit is contained in:
parent
3b157cf1b7
commit
17db4217a8
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ i386PrintExceptionText(ULONG TrapIndex, PKTRAP_FRAME TrapFrame, PKSPECIAL_REGIST
|
|||
i386_ScreenPosY = 0;
|
||||
|
||||
PrintText("An error occured in " VERSION "\n"
|
||||
"Report this error to the ReactOS Development mailing list <ros-dev@reactos.org>\n\n"
|
||||
"Report this error on the ReactOS Bug Tracker: https://jira.reactos.org\n\n"
|
||||
"0x%02lx: %s\n", TrapIndex, i386ExceptionDescriptionText[TrapIndex]);
|
||||
#ifdef _M_IX86
|
||||
PrintText("EAX: %.8lx ESP: %.8lx CR0: %.8lx DR0: %.8lx\n",
|
||||
|
|
Loading…
Reference in a new issue