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
Commits
5fa6149e
Unverified
Commit
5fa6149e
authored
Apr 17, 2020
by
Steven Allen
Committed by
GitHub
Apr 17, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #889 from libp2p/fix/noisy-log-line
fix: reduce log level of a noisy log line
parents
76b080ce
e13a3fe3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
p2p/discovery/mdns.go
p2p/discovery/mdns.go
+1
-1
No files found.
p2p/discovery/mdns.go
View file @
5fa6149e
...
...
@@ -141,7 +141,7 @@ func (m *mdnsService) pollForEntries(ctx context.Context) {
err
:=
mdns
.
Query
(
qp
)
if
err
!=
nil
{
log
.
Error
(
"mdns lookup error
:
"
,
err
)
log
.
Warnw
(
"mdns lookup error
"
,
"error
"
,
err
)
}
close
(
entriesCh
)
log
.
Debug
(
"mdns query complete"
)
...
...
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