mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
- Kill debug spam.
svn path=/trunk/; revision=67857
This commit is contained in:
parent
ba9580261a
commit
7c6525d4f5
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ CaretSystemTimerProc(HWND hwnd,
|
|||
|
||||
if (ThreadQueue->CaretInfo->hWnd != hwnd)
|
||||
{
|
||||
ERR("Not the same caret window!\n");
|
||||
TRACE("Not the same caret window!\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue