mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 13:06:34 +00:00
[CONSRV] Speed up console txt output CORE-16187
By demoting good-path DPRINT1 to DPRINT.
HBelusca agreed.
The more important commit to solve CORE-16187 has
been done beforehand in 0.4.14-dev-553-g
1dcdb4c2d0
This commit is contained in:
parent
22584b1c68
commit
bd149e8a11
1 changed files with 1 additions and 1 deletions
|
@ -1032,7 +1032,7 @@ CSR_API(SrvSetConsoleWindowInfo)
|
||||||
// PCONSOLE_SCREEN_BUFFER Buffer;
|
// PCONSOLE_SCREEN_BUFFER Buffer;
|
||||||
PTEXTMODE_SCREEN_BUFFER Buffer;
|
PTEXTMODE_SCREEN_BUFFER Buffer;
|
||||||
|
|
||||||
DPRINT1("SrvSetConsoleWindowInfo(0x%08x, %d, {L%d, T%d, R%d, B%d}) called\n",
|
DPRINT("SrvSetConsoleWindowInfo(0x%08x, %d, {L%d, T%d, R%d, B%d}) called\n",
|
||||||
SetWindowInfoRequest->OutputHandle, SetWindowInfoRequest->Absolute,
|
SetWindowInfoRequest->OutputHandle, SetWindowInfoRequest->Absolute,
|
||||||
SetWindowInfoRequest->WindowRect.Left ,
|
SetWindowInfoRequest->WindowRect.Left ,
|
||||||
SetWindowInfoRequest->WindowRect.Top ,
|
SetWindowInfoRequest->WindowRect.Top ,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue