Browse Source

change auto-update download locations & logging message

pull/67/head
catbref 5 years ago
parent
commit
c68e0eb6ea
  1. 2
      src/main/java/org/qora/controller/AutoUpdate.java

2
src/main/java/org/qora/controller/AutoUpdate.java

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

Loading…
Cancel
Save