mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-22 15:58:52 -05:00
Fix NPE
This commit is contained in:
parent
43e6da4bc6
commit
b62f2c8237
@ -173,7 +173,7 @@ public final class Logging {
|
||||
if (level < Level.INFO.intValue())
|
||||
return EscapeCode.ROYAL_BLUE;
|
||||
if (level < Level.WARNING.intValue())
|
||||
return null;
|
||||
return EscapeCode.NONE; // LOG INFO => NO COLOR
|
||||
if (level < Level.SEVERE.intValue())
|
||||
return EscapeCode.ORANGE_RED;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user