Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dhtnet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
dhtnet
Commits
c5ce2695
Commit
c5ce2695
authored
9 months ago
by
Amna Snene
Browse files
Options
Downloads
Patches
Plain Diff
dnc: fix log
Change-Id: I0717a1da7290130549c9e8c19ffe533490018258
parent
1d0be55f
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/dnc/dnc.cpp
+1
-1
1 addition, 1 deletion
tools/dnc/dnc.cpp
with
1 addition
and
1 deletion
tools/dnc/dnc.cpp
+
1
−
1
View file @
c5ce2695
...
...
@@ -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
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment