pull/187/head
M66B 4 years ago
parent 317e4cbfe9
commit fffb5b2dba

@ -1005,6 +1005,9 @@ public class Log {
}
static String formatThrowable(Throwable ex, String separator, boolean sanitize) {
if (ex == null)
return null;
if (sanitize) {
if (ex instanceof MessageRemovedException)
return null;

Loading…
Cancel
Save