1
0
mirror of https://github.com/mitb-archive/filebot synced 2025-03-09 22:09:47 -04:00

Experiment with PGP signed messages

This commit is contained in:
Reinhard Pointner 2018-06-11 16:24:25 +07:00
parent 9c83a56d9a
commit cefd6dc6bb

View File

@ -185,7 +185,7 @@ public class Main {
try { try {
LICENSE.check(); LICENSE.check();
} catch (Throwable e) { } catch (Throwable e) {
log.severe("License Error: " + e.getMessage()); log.warning(e::getMessage);
} }
} }