Skip to content

Commit 68a5a0d

Browse files
committed
please homebrew incomplete std lib
1 parent c6b89aa commit 68a5a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libmamba/src/download/downloader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1169,7 +1169,7 @@ namespace mamba::download
11691169
auto completion_callback = m_completion_map.find(msg.m_handle_id);
11701170
if (completion_callback == m_completion_map.end())
11711171
{
1172-
LOG_ERROR << std::format(
1172+
LOG_ERROR << fmt::format(
11731173
"Received DONE message from unknown target - running transfers left = {}",
11741174
still_running
11751175
);

0 commit comments

Comments
 (0)