Made hook debug logging print at DEBUG1 rather than INFO level.

This commit is contained in:
crs 2004-04-05 21:08:49 +00:00
parent 083607345a
commit 6d6ebf7926
2 changed files with 2 additions and 1 deletions

View File

@ -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;
}

View File

@ -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