forked from Qortal/qortal
Fixed issue with format specifier
This commit is contained in:
parent
850d879726
commit
de3ebf664f
@ -375,7 +375,7 @@ public class Bootstrap {
|
||||
Files.copy(in, path, REPLACE_EXISTING);
|
||||
|
||||
} catch (IOException e) {
|
||||
throw new DataException(String.format("Unable to download bootstrap: {}", e.getMessage()));
|
||||
throw new DataException(String.format("Unable to download bootstrap: %s", e.getMessage()));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user