mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 03:00:58 -06:00
Fix misspelling in HTTPSynchronization
This commit is contained in:
@@ -271,7 +271,7 @@ bool HttpSynchronization::trySyncFromUrl(std::string listUrl) {
|
||||
int success = rename(tempName.c_str(), originalName.c_str());
|
||||
if (success != 0) {
|
||||
LERRORC(
|
||||
"URLSynchronization",
|
||||
"HTTPSynchronization",
|
||||
fmt::format(
|
||||
"Error renaming file {} to {}", tempName, originalName
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user