Revert "Minor cosmetic change - missing some debug stuff in this branch."
This reverts commit bd660fedbfbff2df1bf5921826dd7717c2839161.
This commit is contained in:
parent
89eb64a0aa
commit
42038ce24e
|
@ -189,8 +189,9 @@ MSWindowsClipboard::get(EFormat format) const
|
|||
index != m_converters.end(); ++index) {
|
||||
converter = *index;
|
||||
if (converter->getFormat() == format) {
|
||||
LOG((CLOG_DEBUG "using converter 0x%x for %d\n",
|
||||
LOG((CLOG_DEBUG "using converter 0x%x%s for %d\n",
|
||||
converter->getWin32Format(),
|
||||
l_name(converter->getWin32Format()).c_str(),
|
||||
format));
|
||||
HANDLE win32Data = GetClipboardData(converter->getWin32Format());
|
||||
if (win32Data != NULL)
|
||||
|
|
Loading…
Reference in New Issue