mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[0.4.11][NTUSER] Silence a noisy trace
picked just that part of 0.4.12-dev-121-g3ec7b16
This commit is contained in:
parent
6697ae17d5
commit
982cda94c0
1 changed files with 1 additions and 1 deletions
|
@ -794,8 +794,8 @@ NtUserSetInformationThread(IN HANDLE ThreadHandle,
|
||||||
{
|
{
|
||||||
HANDLE CsrPortHandle;
|
HANDLE CsrPortHandle;
|
||||||
|
|
||||||
ERR("Set CSR API Port for Win32k\n");
|
|
||||||
|
|
||||||
|
TRACE("Set CSR API Port for Win32k\n");
|
||||||
if (ThreadInformationLength != sizeof(CsrPortHandle))
|
if (ThreadInformationLength != sizeof(CsrPortHandle))
|
||||||
{
|
{
|
||||||
Status = STATUS_INFO_LENGTH_MISMATCH;
|
Status = STATUS_INFO_LENGTH_MISMATCH;
|
||||||
|
|
Loading…
Reference in a new issue