Add error message to help debug Issue #5041
This commit is contained in:
parent
3e37518b92
commit
1fc28392d0
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue