forked from Qortal/qortal
change auto-update download locations & logging message
This commit is contained in:
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);
|
||||
|
Loading…
Reference in New Issue
Block a user