Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
p2p
go-p2p-kad-dht
Commits
8e9ecdbc
Commit
8e9ecdbc
authored
Nov 05, 2019
by
Steven Allen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(bootstrap): include the error in the bootstrap failure warning
parent
b8eb083e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dht_bootstrap.go
dht_bootstrap.go
+1
-1
No files found.
dht_bootstrap.go
View file @
8e9ecdbc
...
...
@@ -118,7 +118,7 @@ func (dht *IpfsDHT) refreshBuckets(ctx context.Context) {
}
if
err
:=
doQuery
(
bucketID
,
randPeerInBucket
.
String
(),
walkFnc
);
err
!=
nil
{
logger
.
Warningf
(
"failed to do a random walk on bucket %d"
,
bucketID
)
logger
.
Warningf
(
"failed to do a random walk on bucket %d
: %s
"
,
bucketID
,
err
)
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment