Made hook debug logging print at DEBUG1 rather than INFO level.
This commit is contained in:
parent
083607345a
commit
6d6ebf7926
|
@ -690,7 +690,7 @@ CMSWindowsScreen::onPreDispatch(HWND hwnd,
|
|||
return onScreensaver(wParam != 0);
|
||||
|
||||
case SYNERGY_MSG_DEBUG:
|
||||
LOG((CLOG_INFO "hook: 0x%08x 0x%08x", wParam, lParam));
|
||||
LOG((CLOG_DEBUG1 "hook: 0x%08x 0x%08x", wParam, lParam));
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
@ -199,6 +199,7 @@ private:
|
|||
// last mouse position
|
||||
SInt32 m_xCursor, m_yCursor;
|
||||
|
||||
// last clipboard
|
||||
UInt32 m_sequenceNumber;
|
||||
|
||||
// used to discard queued messages that are no longer needed
|
||||
|
|
Loading…
Reference in New Issue