fixed thread dump in case of wrong seeds

pull/1/head
orbiter 11 years ago
parent 18f9c40302
commit 3c1274057d

@ -3751,7 +3751,7 @@ public final class Switchboard extends serverSwitch {
}
}
}
} catch (final IOException e ) {
} catch (final Throwable e ) {
Network.log.info("BOOTSTRAP: bad seed from " + seedListFileURL + ": " + e.getMessage());
}
}

Loading…
Cancel
Save