fixed log

This commit is contained in:
Scott E. Graves 2024-10-02 10:39:33 -05:00
parent be30230422
commit 366fe60e2f

View File

@ -992,7 +992,7 @@ void file_manager::swap_renamed_items(std::string from_api_path,
.go();
if (not result.ok()) {
utils::error::raise_api_path_error(function_name, to_api_path,
"failed to remove from resume table");
"failed to update resume table");
}
}