This commit is contained in:
Scott E. Graves 2024-12-11 14:58:18 -06:00
parent 317325aeb8
commit b0670976ff

View File

@ -496,7 +496,7 @@ auto open_file::close() -> bool {
if (res != api_error::success) {
utils::error::raise_api_path_error(function_name, get_api_path(),
fsi_.source_path, res,
"failed to set file meta");
"failed to set new source path");
}
return true;