From 7105872a37d026b69928332c3f25832fa64eb208 Mon Sep 17 00:00:00 2001 From: CalDescent Date: Wed, 6 Oct 2021 19:44:30 +0100 Subject: [PATCH] Improved exception message --- src/main/java/org/qortal/repository/Bootstrap.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/qortal/repository/Bootstrap.java b/src/main/java/org/qortal/repository/Bootstrap.java index 718d81cd..53baa349 100644 --- a/src/main/java/org/qortal/repository/Bootstrap.java +++ b/src/main/java/org/qortal/repository/Bootstrap.java @@ -393,7 +393,7 @@ public class Bootstrap { } catch (MalformedURLException e) { throw new DataException(String.format("Malformed URL when downloading bootstrap: %s", e.getMessage())); } catch (IOException e) { - throw new DataException(String.format("Unable to download bootstrap: %s", e.getMessage())); + throw new DataException(String.format("Unable to get bootstrap file size: %s", e.getMessage())); } // Download the file and update the status with progress