From b0670976ffbb7dfcee1801cdce6808ccace585fd Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Wed, 11 Dec 2024 14:58:18 -0600 Subject: [PATCH] refactor --- repertory/librepertory/src/file_manager/open_file.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repertory/librepertory/src/file_manager/open_file.cpp b/repertory/librepertory/src/file_manager/open_file.cpp index a7a41661..e67f1b26 100644 --- a/repertory/librepertory/src/file_manager/open_file.cpp +++ b/repertory/librepertory/src/file_manager/open_file.cpp @@ -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;