clean cache directory

This commit is contained in:
2024-09-23 20:08:35 -05:00
parent 26714a836c
commit dfb9d78448
2 changed files with 23 additions and 0 deletions

View File

@ -234,6 +234,14 @@ E_SIMPLE3(orphaned_file_processing_failed, error, true,
std::string, result, res, E_STRING
);
E_SIMPLE1(orphaned_source_file_detected, info, true,
std::string, source, src, E_STRING
);
E_SIMPLE1(orphaned_source_file_removed, info, true,
std::string, source, src, E_STRING
);
E_SIMPLE1(polling_item_begin, debug, true,
std::string, item_name, item, E_STRING
);