1
0
mirror of https://github.com/Qortal/qortal.git synced 2025-07-25 19:21:23 +00:00

change auto-update download locations & logging message

This commit is contained in:
catbref
2019-06-17 16:58:45 +01:00
parent 5b70f0004d
commit c68e0eb6ea

@@ -198,7 +198,7 @@ public class AutoUpdate extends Thread {
return false;
}
} catch (IOException e) {
LOGGER.warn(String.format("Failed to save update from %s into %s", repoUri, newJar.toString()));
LOGGER.warn(String.format("Failed to save update from %s into %s: %s", repoUri, newJar.toString(), e.getMessage()));
try {
Files.deleteIfExists(newJar);