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, ""},