don't be noisy when doing background tasks that may be allowed to fail

pull/1/head
orbiter 11 years ago
parent bf0ad04e1b
commit b8f57f7703

@ -3475,7 +3475,6 @@ public final class Switchboard extends serverSwitch {
}
}
} catch (final Throwable e) {
ConcurrentLog.logException(e);
}
}
}.start();

Loading…
Cancel
Save