[WIN32K:NTUSER]

- Kill a noisy debug print

svn path=/trunk/; revision=73785
This commit is contained in:
Thomas Faber 2017-02-12 23:09:35 +00:00
parent 5b66f1e47b
commit 25d242883a

View file

@ -3021,7 +3021,7 @@ NtUserFindWindowEx(HWND hwndParent,
}
else
{
ERR("FindWindowEx: Not Desktop Parent!\n");
TRACE("FindWindowEx: Not Desktop Parent!\n");
Ret = IntFindWindow(Parent, ChildAfter, ClassAtom, &WindowName);
}