More logging

This commit is contained in:
Maurice Heumann
2025-04-07 15:36:25 +02:00
parent f087d3998a
commit 66a529cf43
3 changed files with 4 additions and 2 deletions

View File

@@ -3853,7 +3853,7 @@ namespace
NTSTATUS handle_NtSystemDebugControl()
{
return STATUS_NOT_SUPPORTED;
return STATUS_DEBUGGER_INACTIVE;
}
NTSTATUS handle_NtRequestWaitReplyPort()