From 17db4217a83e9ea6ce45b5957f9dfef19c13a149 Mon Sep 17 00:00:00 2001 From: Pierre Schweitzer Date: Thu, 3 Oct 2019 02:54:27 +0200 Subject: [PATCH] [FREELDR] Stop asking people to report bugs on ros-dev@reactos.org That should be merged to 0.4.13 --- boot/freeldr/freeldr/arch/i386/i386bug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/freeldr/freeldr/arch/i386/i386bug.c b/boot/freeldr/freeldr/arch/i386/i386bug.c index 6d42279d1ab..fd89ddf7873 100644 --- a/boot/freeldr/freeldr/arch/i386/i386bug.c +++ b/boot/freeldr/freeldr/arch/i386/i386bug.c @@ -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 \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",