From e1bbf66ff11125727e39f003c66fd3929c13341c Mon Sep 17 00:00:00 2001 From: Rosalie Wanders Date: Thu, 27 Feb 2025 19:18:52 +0100 Subject: [PATCH] RMG: improve error message in exception_handler() --- Source/RMG/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/RMG/main.cpp b/Source/RMG/main.cpp index 0f29a84c..9958753f 100644 --- a/Source/RMG/main.cpp +++ b/Source/RMG/main.cpp @@ -105,7 +105,7 @@ static LONG WINAPI exception_handler(_EXCEPTION_POINTERS* ExceptionInfo) nullptr, nullptr); if (!ret) { - show_error("Crash detected, failed to save minidump file!"); + show_error("Failed to save minidump file!"); } }