From def296095bf16c44aaa29cf56b17cdeff5fbd5b0 Mon Sep 17 00:00:00 2001 From: bicarus-dev <202771338+bicarus-dev@users.noreply.github.com> Date: Sat, 22 Nov 2025 16:45:27 -0800 Subject: [PATCH] reword log message to avoid confusion --- src/spice2x/games/sdvx/sdvx.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/spice2x/games/sdvx/sdvx.cpp b/src/spice2x/games/sdvx/sdvx.cpp index 8b14923..7bae398 100644 --- a/src/spice2x/games/sdvx/sdvx.cpp +++ b/src/spice2x/games/sdvx/sdvx.cpp @@ -106,8 +106,8 @@ namespace games::sdvx { if (ENABLE_COM_PORT_SCAN_HOOK && lpSubKey != nullptr && phkResult != nullptr && _stricmp(lpSubKey, "HARDWARE\\DEVICEMAP\\SERIALCOMM") == 0) { - log_info("sdvx::io", "failing HKLM\\HARDWARE\\DEVICEMAP\\SERIALCOMM to force COM1 ICCA"); - return 2; //ERROR_FILE_NOT_FOUND + log_info("sdvx::io", "hook access to HKLM\\HARDWARE\\DEVICEMAP\\SERIALCOMM to force COM1 ICCA"); + return 2; // ERROR_FILE_NOT_FOUND } return RegOpenKeyExA_orig(hKey, lpSubKey, ulOptions, samDesired, phkResult);