Skip to content

Commit e0343f4

Browse files
committed
fixed: use of renamed function
1 parent 691fa8d commit e0343f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micromamba/src/update.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ update_self(Configuration& config, const std::optional<std::string>& version)
103103
auto channel_context = ChannelContext::make_conda_compatible(ctx);
104104

105105
solver::libsolv::Database database{ channel_context.params() };
106-
add_spdlog_logger_to_database(database);
106+
add_logger_to_database(database);
107107

108108
mamba::MultiPackageCache package_caches(ctx.pkgs_dirs, ctx.validation_params);
109109

0 commit comments

Comments
 (0)