mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-07 14:14:10 +08:00
Minor cosmetic change - missing some debug stuff in this branch.
This commit is contained in:
@@ -189,9 +189,8 @@ MSWindowsClipboard::get(EFormat format) const
|
||||
index != m_converters.end(); ++index) {
|
||||
converter = *index;
|
||||
if (converter->getFormat() == format) {
|
||||
LOG((CLOG_DEBUG "using converter 0x%x%s for %d\n",
|
||||
LOG((CLOG_DEBUG "using converter 0x%x for %d\n",
|
||||
converter->getWin32Format(),
|
||||
l_name(converter->getWin32Format()).c_str(),
|
||||
format));
|
||||
HANDLE win32Data = GetClipboardData(converter->getWin32Format());
|
||||
if (win32Data != NULL)
|
||||
|
||||
Reference in New Issue
Block a user