forked from Qortal/qortal
Log "Downloading bootstrap..." as well as showing it in the splash screen.
This commit is contained in:
parent
e7bf4f455d
commit
b7d8a83017
@ -377,7 +377,7 @@ public class Bootstrap {
|
|||||||
String bootstrapUrl = String.format("%s/%s", bootstrapHost, bootstrapFilename);
|
String bootstrapUrl = String.format("%s/%s", bootstrapHost, bootstrapFilename);
|
||||||
String type = Settings.getInstance().isTopOnly() ? "top-only" : "full node";
|
String type = Settings.getInstance().isTopOnly() ? "top-only" : "full node";
|
||||||
|
|
||||||
SplashFrame.getInstance().updateStatus(String.format("Downloading %s bootstrap...", type));
|
this.updateStatus(String.format("Downloading %s bootstrap...", type));
|
||||||
|
|
||||||
// Delete an existing file if it exists
|
// Delete an existing file if it exists
|
||||||
try {
|
try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user