Skip to content

Commit

Permalink
bitswap/httpnet: debug -> debugf
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanjuan committed Jan 29, 2025
1 parent bf6b3ab commit 3d9a1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitswap/network/httpnet/httpnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ func (ht *Network) Connect(ctx context.Context, p peer.AddrInfo) error {
ht.host.Peerstore().AddAddrs(p.ID, workingAddrs, peerstore.PermanentAddrTTL)
ht.connEvtMgr.Connected(p.ID)
ht.pinger.startPinging(p.ID)
log.Debug("connect success to %s", p.ID)
log.Debugf("connect success to %s", p.ID)
// We "connected"
return nil
}
Expand Down

0 comments on commit 3d9a1bb

Please sign in to comment.