moved event to debug

This commit is contained in:
Scott E. Graves 2024-07-25 14:46:51 -05:00
parent 2e4b9d3787
commit 9ef9250c18

View File

@ -93,7 +93,7 @@ E_SIMPLE3(download_stored_failed, error, true,
std::string, error, err, E_STRING std::string, error, err, E_STRING
); );
E_SIMPLE1(item_timeout, info, true, E_SIMPLE1(item_timeout, debug, true,
std::string, api_path, ap, E_STRING std::string, api_path, ap, E_STRING
); );
// clang-format on // clang-format on