forked from Qortal/qortal
Show full stack trace when bootstrapping fails for any reason.
This commit is contained in:
parent
290a19b6c6
commit
af8608f302
@ -319,7 +319,7 @@ public class Bootstrap {
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
} catch (DataException e) {
|
} catch (DataException e) {
|
||||||
LOGGER.info("Bootstrap import failed: {}", e.getMessage());
|
LOGGER.info("Bootstrap import failed", e);
|
||||||
this.updateStatus(String.format("Bootstrapping failed. Retrying in %d minutes...", retryMinutes));
|
this.updateStatus(String.format("Bootstrapping failed. Retrying in %d minutes...", retryMinutes));
|
||||||
Thread.sleep(retryMinutes * 60 * 1000L);
|
Thread.sleep(retryMinutes * 60 * 1000L);
|
||||||
retryMinutes *= 2;
|
retryMinutes *= 2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user