mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 20:47:07 +00:00
[0.4.9][NTUSER] Silence a noisy trace
picked just that part of 0.4.12-dev-121-g3ec7b16
This commit is contained in:
parent
8bfb16ba0f
commit
0758a5d2c2
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…
Add table
Add a link
Reference in a new issue