Fix a dumb back-port issue.

This commit is contained in:
James Turner 2021-07-22 10:11:04 +01:00
parent 174b341bef
commit 2621418d3a

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, false);
throw sg_io_exception("Failed to remove existing file/dir:", path, "", false);
}
}