mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +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)
|
if (ThreadQueue->CaretInfo->hWnd != hwnd)
|
||||||
{
|
{
|
||||||
ERR("Not the same caret window!\n");
|
TRACE("Not the same caret window!\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue