diff --git a/repertory/librepertory/src/file_manager/file_manager.cpp b/repertory/librepertory/src/file_manager/file_manager.cpp index 5cd7b1cd..b9af0c23 100644 --- a/repertory/librepertory/src/file_manager/file_manager.cpp +++ b/repertory/librepertory/src/file_manager/file_manager.cpp @@ -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"); } }