mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-14 17:40:26 -05:00
Feature/torrent removal (#630)
* Remove torrent-based synchronization downloads * Add download URL to error message if HTTPSynchronization download fails * Add a grace factor to the distance conversion * Don't use scientific notation when displaying distances
This commit is contained in:
@@ -274,11 +274,14 @@ bool HttpSynchronization::trySyncFromUrl(std::string listUrl) {
|
||||
"HTTPSynchronization",
|
||||
fmt::format("Error renaming file {} to {}", tempName, originalName)
|
||||
);
|
||||
|
||||
failed = true;
|
||||
}
|
||||
}
|
||||
else {
|
||||
LERRORC(
|
||||
"HTTPSynchronization",
|
||||
fmt::format("Error downloading file from URL {}", d->url())
|
||||
);
|
||||
failed = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user