From 8e0e81c02d417210b07ba638d5a015991a0010c2 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Sat, 12 Apr 2025 19:26:07 +0200 Subject: [PATCH] Less intrusive AFD logging --- src/windows-emulator/devices/afd_endpoint.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/windows-emulator/devices/afd_endpoint.cpp b/src/windows-emulator/devices/afd_endpoint.cpp index 73245080..5263dd82 100644 --- a/src/windows-emulator/devices/afd_endpoint.cpp +++ b/src/windows-emulator/devices/afd_endpoint.cpp @@ -501,7 +501,7 @@ namespace return STATUS_NOT_SUPPORTED; } - win_emu.log.print(color::cyan, "AFD IOCTL: %X\n", c.io_control_code); + win_emu.log.print(color::dark_gray, "--> AFD IOCTL: %X\n", c.io_control_code); const auto request = _AFD_REQUEST(c.io_control_code);