diff --git a/simgear/io/HTTPRepository.cxx b/simgear/io/HTTPRepository.cxx index 5115bb91..88339dd2 100644 --- a/simgear/io/HTTPRepository.cxx +++ b/simgear/io/HTTPRepository.cxx @@ -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),