mirror of
https://github.com/reactos/reactos.git
synced 2025-04-06 05:34:22 +00:00
[KERNEL32] Silent a noisy DPRINT1
This commit is contained in:
parent
ea4daf8b68
commit
4fcaf92ec3
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
/******************************/
|
||||
|
||||
|
|
Loading…
Reference in a new issue