moved to debug
Some checks are pending
BlockStorage/repertory/pipeline/head Build queued...

This commit is contained in:
Scott E. Graves 2024-12-01 09:18:58 -06:00
parent a05c642f5e
commit 7daec9d0f5

View File

@ -78,12 +78,12 @@ E_SIMPLE3(download_resume_add_failed, error, true,
std::string, error, err, E_FROM_STRING
);
E_SIMPLE2(download_resume_added, info, true,
E_SIMPLE2(download_resume_added, debug, true,
std::string, api_path, ap, E_FROM_STRING,
std::string, dest_path, dest, E_FROM_STRING
);
E_SIMPLE2(download_resume_removed, info, true,
E_SIMPLE2(download_resume_removed, debug, true,
std::string, api_path, ap, E_FROM_STRING,
std::string, dest_path, dest, E_FROM_STRING
);