Improved error logging

This commit is contained in:
Reinhard Pointner 2016-08-01 22:24:30 +08:00
parent 57c0115c72
commit 361e15508c
1 changed files with 1 additions and 1 deletions

View File

@ -785,7 +785,7 @@ class SubtitleAutoMatchDialog extends JDialog {
throw e;
} catch (Exception e) {
// log and ignore
debug.warning(e.getMessage());
debug.log(Level.WARNING, e.getMessage(), e);
}
}