mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-09 22:09:47 -04:00
false: true: true
This commit is contained in:
parent
daef4da23b
commit
eb7e393ddb
@ -114,7 +114,7 @@ public final class Logging {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// e.g. Failed to create file: AccessDeniedException: /path/to/file
|
// e.g. Failed to create file: AccessDeniedException: /path/to/file
|
||||||
return Stream.of(m, t.getClass().getSimpleName(), t.getMessage()).map(Objects::nonNull).map(Objects::toString).collect(joining(": "));
|
return Stream.of(m, t.getClass().getSimpleName(), t.getMessage()).filter(Objects::nonNull).map(Objects::toString).collect(joining(": "));
|
||||||
}
|
}
|
||||||
|
|
||||||
public static class ConsoleFormatter extends Formatter {
|
public static class ConsoleFormatter extends Formatter {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user