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:
Reinhard Pointner 2019-02-17 19:09:38 +07:00
parent d3d78cb09c
commit a4c3ac9faa
1 changed files with 1 additions and 1 deletions

View File

@ -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);