mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-25 01:08:52 -05:00
Improved error logging
This commit is contained in:
parent
57c0115c72
commit
361e15508c
@ -785,7 +785,7 @@ class SubtitleAutoMatchDialog extends JDialog {
|
|||||||
throw e;
|
throw e;
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
// log and ignore
|
// log and ignore
|
||||||
debug.warning(e.getMessage());
|
debug.log(Level.WARNING, e.getMessage(), e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user