mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-13 23:25:27 +08:00
#6566 Switched info to debug
This commit is contained in:
@@ -576,7 +576,7 @@ bool MSWindowsScreen::setThisCursorPos(int x, int y)
|
||||
{
|
||||
result = SetCursorPos(x, y);
|
||||
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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user