Skip to content

Commit

Permalink
fix debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
sukunrt committed Apr 23, 2024
1 parent 6e30bf0 commit 4d34675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/host/basic/basic_host.go
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ func (h *BasicHost) Addrs() []ma.Multiaddr {
}
addrWithCerthash, added := tpt.AddCertHashes(addr)
if !added {
log.Debug("Couldn't add certhashes to webtransport multiaddr because we aren't listening on webtransport")
log.Debugf("Couldn't add certhashes to multiaddr: %s", addr)
continue
}
addrs[i] = addrWithCerthash
Expand Down

0 comments on commit 4d34675

Please sign in to comment.