Ooops, use correct variable name.

This commit is contained in:
Automatic Release Builder
2021-07-29 10:21:20 +01:00
parent 70e6b6b13f
commit a157e50302

View File

@@ -1425,7 +1425,7 @@ HTTPRepository::failure() const
"failed to update entry:" << relativePath << " status/code: "
<< innerResultCodeAsString(fileStatus)
<< "/" << fileStatus
<< "\nrepo:" << rootDir);
<< "\nrepo:" << baseUrl);
simgear::reportFailure(simgear::LoadFailure::NetworkError, simgear::ErrorCode::TerraSync,
"failed to update entry:" + innerResultCodeAsString(fileStatus),