mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-22 15:58:52 -05:00
Refactor File DnD (and assume that "java.io.IOException: Owner failed to convert data" is normal during the DnD process and can be ignored)
This commit is contained in:
parent
d3d78cb09c
commit
a4c3ac9faa
@ -27,7 +27,7 @@ public abstract class TransferablePolicy {
|
||||
// *after* the drop has been accepted, but canImport is called before that
|
||||
|
||||
// just assume that the transferable will be accepted, accept will be called in importData again anyway
|
||||
debug.log(Level.FINEST, e, e::getMessage);
|
||||
debug.log(Level.FINEST, e::toString);
|
||||
return true;
|
||||
} catch (Exception e) {
|
||||
debug.log(Level.WARNING, e, e::getMessage);
|
||||
|
Loading…
Reference in New Issue
Block a user