From 366fe60e2f60acc8a0ef719abfa22cc238972c80 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Wed, 2 Oct 2024 10:39:33 -0500 Subject: [PATCH] fixed log --- repertory/librepertory/src/file_manager/file_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } }