From 56ba0fcb83cabaf79e9169d1f93435cd9a42e0f5 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Thu, 3 Apr 2025 11:08:48 -0500 Subject: [PATCH] debugging --- repertory/librepertory/src/providers/base_provider.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/repertory/librepertory/src/providers/base_provider.cpp b/repertory/librepertory/src/providers/base_provider.cpp index 432f045d..fe504793 100644 --- a/repertory/librepertory/src/providers/base_provider.cpp +++ b/repertory/librepertory/src/providers/base_provider.cpp @@ -584,6 +584,8 @@ void base_provider::process_removed_items(stop_type &stop_requested) { } if (utils::string::to_bool(meta[META_DIRECTORY])) { + fmt::println("checking|{}|{}", api_path, + json(meta).dump()); bool exists{}; if (is_directory(api_path, exists) != api_error::success) { @@ -594,6 +596,9 @@ void base_provider::process_removed_items(stop_type &stop_requested) { return; } + fmt::println("not found|{}|{}", api_path, + json(meta).dump()); + bool exists{}; process_removed_directories( { removed_item{api_path, true, ""},