Don’t report HTTPRepo removeChild failures
Sentry-Id: FLIGHTGEAR-E5T
This commit is contained in:
parent
df33713069
commit
174b341bef
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user