mirror of https://github.com/mamba-org/mamba.git
fixed: use of renamed function
This commit is contained in:
parent
1f40fef971
commit
76b428babc
|
@ -103,7 +103,7 @@ update_self(Configuration& config, const std::optional<std::string>& version)
|
|||
auto channel_context = ChannelContext::make_conda_compatible(ctx);
|
||||
|
||||
solver::libsolv::Database database{ channel_context.params() };
|
||||
add_spdlog_logger_to_database(database);
|
||||
add_logger_to_database(database);
|
||||
|
||||
mamba::MultiPackageCache package_caches(ctx.pkgs_dirs, ctx.validation_params);
|
||||
|
||||
|
|
Loading…
Reference in New Issue