Skip to content

Commit 17db421

Browse files
committed
[FREELDR] Stop asking people to report bugs on [email protected]
That should be merged to 0.4.13
1 parent 3b157cf commit 17db421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boot/freeldr/freeldr/arch/i386/i386bug.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ i386PrintExceptionText(ULONG TrapIndex, PKTRAP_FRAME TrapFrame, PKSPECIAL_REGIST
112112
i386_ScreenPosY = 0;
113113

114114
PrintText("An error occured in " VERSION "\n"
115-
"Report this error to the ReactOS Development mailing list <ros-dev@reactos.org>\n\n"
115+
"Report this error on the ReactOS Bug Tracker: https://jira.reactos.org\n\n"
116116
"0x%02lx: %s\n", TrapIndex, i386ExceptionDescriptionText[TrapIndex]);
117117
#ifdef _M_IX86
118118
PrintText("EAX: %.8lx ESP: %.8lx CR0: %.8lx DR0: %.8lx\n",

0 commit comments

Comments
 (0)