#6566 Switched info to debug
This commit is contained in:
parent
7b3f901619
commit
a3a4a21837
|
@ -576,7 +576,7 @@ bool MSWindowsScreen::setThisCursorPos(int x, int y)
|
||||||
{
|
{
|
||||||
result = SetCursorPos(x, y);
|
result = SetCursorPos(x, y);
|
||||||
error = GetLastError();
|
error = GetLastError();
|
||||||
LOG((CLOG_INFO "%s Attempt: 2, status %d, code: %d", __func__, result, error));
|
LOG((CLOG_DEBUG3 "%s Attempt: 2, status %d, code: %d", __func__, result, error));
|
||||||
updateDesktopThread();
|
updateDesktopThread();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue