From 6d6ebf792632d80488618ce391c9e21f08832b22 Mon Sep 17 00:00:00 2001 From: crs Date: Mon, 5 Apr 2004 21:08:49 +0000 Subject: [PATCH] Made hook debug logging print at DEBUG1 rather than INFO level. --- lib/platform/CMSWindowsScreen.cpp | 2 +- lib/platform/CMSWindowsScreen.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/platform/CMSWindowsScreen.cpp b/lib/platform/CMSWindowsScreen.cpp index 8f627928..392093ff 100644 --- a/lib/platform/CMSWindowsScreen.cpp +++ b/lib/platform/CMSWindowsScreen.cpp @@ -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; } diff --git a/lib/platform/CMSWindowsScreen.h b/lib/platform/CMSWindowsScreen.h index e9e51a06..b0695f76 100644 --- a/lib/platform/CMSWindowsScreen.h +++ b/lib/platform/CMSWindowsScreen.h @@ -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