Log "Downloading bootstrap..." as well as showing it in the splash screen.

This commit is contained in:
CalDescent 2021-10-09 17:46:08 +01:00
parent e7bf4f455d
commit b7d8a83017

View File

@ -377,7 +377,7 @@ public class Bootstrap {
String bootstrapUrl = String.format("%s/%s", bootstrapHost, bootstrapFilename);
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
try {