Skip to content
Snippets Groups Projects
Commit c5ce2695 authored by Amna Snene's avatar Amna Snene
Browse files

dnc: fix log

Change-Id: I0717a1da7290130549c9e8c19ffe533490018258
parent 1d0be55f
Branches
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment