Add error message to help debug Issue #5041

This commit is contained in:
Nye Liu 2015-10-02 10:02:07 -07:00 committed by Xinyu Hou
parent 3e37518b92
commit 1fc28392d0
1 changed files with 1 additions and 0 deletions

View File

@ -182,6 +182,7 @@ MSWindowsClipboard::get(EFormat format) const
// if no converter then we don't recognize any formats // if no converter then we don't recognize any formats
if (converter == NULL) { if (converter == NULL) {
LOG((CLOG_WARN "No converter for format %d", format));
return String(); return String();
} }