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:
parent
9c83a56d9a
commit
cefd6dc6bb
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user