Skip to content

Commit

Permalink
dnc: fix log
Browse files Browse the repository at this point in the history
Change-Id: I0717a1da7290130549c9e8c19ffe533490018258
  • Loading branch information
AmnaSnene committed Aug 5, 2024
1 parent 1d0be55 commit c5ce269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/dnc/dnc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ Dnc::Dnc(dht::crypto::Identity identity,
{
std::condition_variable cv;
auto name = fmt::format("nc://{:s}:{:d}", remote_host, remote_port);
Log("Requesting socket: %s\n", name.c_str());
Log("Requesting socket: {}\n", name.c_str());
connectionManager->connectDevice(
peer_id, name, [&](std::shared_ptr<ChannelSocket> socket, const dht::InfoHash&) {
if (socket) {
Expand Down

0 comments on commit c5ce269

Please sign in to comment.