move event to trace

This commit is contained in:
Scott E. Graves 2024-12-03 10:44:40 -06:00
parent 3365363d23
commit ae3b592cf6

View File

@ -88,7 +88,7 @@ E_SIMPLE2(download_resume_removed, debug, true,
std::string, dest_path, dest, E_FROM_STRING std::string, dest_path, dest, E_FROM_STRING
); );
E_SIMPLE1(item_timeout, debug, true, E_SIMPLE1(item_timeout, trace, true,
std::string, api_path, ap, E_FROM_STRING std::string, api_path, ap, E_FROM_STRING
); );
// clang-format on // clang-format on