mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
[KERNEL32] Silent a noisy DPRINT1
This commit is contained in:
@@ -66,7 +66,7 @@ IntReadConsole(IN HANDLE hConsoleInput,
|
||||
UNICODE_STRING ExeName;
|
||||
ExeName.Length = ExeName.MaximumLength = ReadConsoleRequest->ExeLength;
|
||||
ExeName.Buffer = (PWCHAR)ReadConsoleRequest->StaticBuffer;
|
||||
DPRINT1("IntReadConsole(ExeName = %wZ)\n", &ExeName);
|
||||
DPRINT("IntReadConsole(ExeName = %wZ)\n", &ExeName);
|
||||
}
|
||||
/******************************/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user