Minor cosmetic change - missing some debug stuff in this branch.

This commit is contained in:
Nye Liu 2015-10-12 17:15:29 -07:00 committed by Xinyu Hou
parent bab2e985a3
commit 6f904e55f1
1 changed files with 1 additions and 2 deletions

View File

@ -189,9 +189,8 @@ MSWindowsClipboard::get(EFormat format) const
index != m_converters.end(); ++index) { index != m_converters.end(); ++index) {
converter = *index; converter = *index;
if (converter->getFormat() == format) { 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(), converter->getWin32Format(),
l_name(converter->getWin32Format()).c_str(),
format)); format));
HANDLE win32Data = GetClipboardData(converter->getWin32Format()); HANDLE win32Data = GetClipboardData(converter->getWin32Format());
if (win32Data != NULL) if (win32Data != NULL)