fix: Requalify warning when parsing the "mod/etag" header (#3910)

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
This commit is contained in:
Julien Jerphanion 2025-04-29 13:05:59 +02:00 committed by GitHub
parent f182c7bd3e
commit 3954f85618
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ namespace mamba
}
catch (std::exception& e)
{
LOG_WARNING << "Could not parse mod/etag header";
LOG_DEBUG << "Could not parse mod/etag header";
return make_unexpected(
fmt::format("File: {}: Could not parse mod/etag header ({})", repodata_file, e.what()),
mamba_error_code::cache_not_loaded