diff --git a/simgear/io/HTTPRepository.cxx b/simgear/io/HTTPRepository.cxx index f26301c0..cdff27e5 100644 --- a/simgear/io/HTTPRepository.cxx +++ b/simgear/io/HTTPRepository.cxx @@ -774,7 +774,7 @@ private: if (!ok) { SG_LOG(SG_TERRASYNC, SG_WARN, "removal failed for:" << path); - throw sg_io_exception("Failed to remove existing file/dir:", path); + throw sg_io_exception("Failed to remove existing file/dir:", path, false); } }