mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-12-21 08:07:38 +01:00
Set the downloading flag in order to mark it as successful (Related #1581)
This commit is contained in:
parent
f39141ed53
commit
135e323358
@ -141,7 +141,8 @@ public class GeoIpService {
|
|||||||
// download database to temporarily location
|
// download database to temporarily location
|
||||||
tempFile = Files.createTempFile(ARCHIVE_FILE, null);
|
tempFile = Files.createTempFile(ARCHIVE_FILE, null);
|
||||||
if (!downloadDatabaseArchive(tempFile)) {
|
if (!downloadDatabaseArchive(tempFile)) {
|
||||||
ConsoleLogger.info("There is no newer GEO IP database uploaded. Using the old one for now.");
|
ConsoleLogger.info("There is no newer GEO IP database uploaded to MaxMind. Using the old one for now.");
|
||||||
|
downloading = false;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user