Don’t report HTTPRepo removeChild failures

Sentry-Id: FLIGHTGEAR-E5T
This commit is contained in:
James Turner 2021-07-15 10:31:28 +01:00
parent df33713069
commit 174b341bef

View File

@ -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);
}
}