[WIN32K:NTUSER]
authorThomas Faber <thomas.faber@reactos.org>
Sun, 12 Feb 2017 23:09:35 +0000 (23:09 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Sun, 12 Feb 2017 23:09:35 +0000 (23:09 +0000)
- Kill a noisy debug print

svn path=/trunk/; revision=73785

reactos/win32ss/user/ntuser/window.c

index dac7df3..6129840 100644 (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);
        }