mirror of https://github.com/mamba-org/mamba.git
fix: Requalify warning when parsing the "mod/etag" header (#3910)
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
This commit is contained in:
parent
f182c7bd3e
commit
3954f85618
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue