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

View File

@ -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);