From a157e503020611a3e0caa1a450a01a97614c896a Mon Sep 17 00:00:00 2001 From: Automatic Release Builder Date: Thu, 29 Jul 2021 10:21:20 +0100 Subject: [PATCH] Ooops, use correct variable name. --- simgear/io/HTTPRepository.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),