mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-09 16:02:46 +08:00
Add error message to help debug Issue #5041
This commit is contained in:
@@ -182,6 +182,7 @@ MSWindowsClipboard::get(EFormat format) const
|
||||
|
||||
// if no converter then we don't recognize any formats
|
||||
if (converter == NULL) {
|
||||
LOG((CLOG_WARN "No converter for format %d", format));
|
||||
return String();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user