Merge branch 'development' of https://git.fifthgrid.com/blockstorage/repertory into development

This commit is contained in:
2024-09-26 08:37:42 -05:00
2 changed files with 52 additions and 71 deletions

View File

@ -72,27 +72,22 @@ E_SIMPLE3(download_restore_failed, error, true,
std::string, error, err, E_STRING
);
E_SIMPLE2(download_resumed, info, true,
std::string, api_path, ap, E_STRING,
std::string, dest_path, dest, E_STRING
);
E_SIMPLE2(download_stored, info, true,
std::string, api_path, ap, E_STRING,
std::string, dest_path, dest, E_STRING
);
E_SIMPLE2(download_stored_removed, info, true,
std::string, api_path, ap, E_STRING,
std::string, dest_path, dest, E_STRING
);
E_SIMPLE3(download_stored_failed, error, true,
E_SIMPLE3(download_resume_add_failed, error, true,
std::string, api_path, ap, E_STRING,
std::string, dest_path, dest, E_STRING,
std::string, error, err, E_STRING
);
E_SIMPLE2(download_resume_added, info, true,
std::string, api_path, ap, E_STRING,
std::string, dest_path, dest, E_STRING
);
E_SIMPLE2(download_resume_removed, info, true,
std::string, api_path, ap, E_STRING,
std::string, dest_path, dest, E_STRING
);
E_SIMPLE1(item_timeout, debug, true,
std::string, api_path, ap, E_STRING
);