fixed: use of renamed function

This commit is contained in:
Klaim (Joël Lamotte) 2025-07-23 13:15:50 +02:00 committed by Joël Lamotte (Klaim)
parent 1f40fef971
commit 76b428babc
1 changed files with 1 additions and 1 deletions

View File

@ -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);