mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-04-02 09:13:11 +00:00
improve log
This commit is contained in:
parent
db546b7bd9
commit
5a840b347b
@ -954,7 +954,7 @@ func TestParallelPings(t *testing.T) {
|
||||
|
||||
_, err := dialerNode.PingPeer(ctx, peerInfo)
|
||||
if err != nil { // pinging storenodes might fail, but we don't care
|
||||
fmt.Println("------ failed pinging node: ", err)
|
||||
logger.Warn("failed pinging node", zap.Stringer("peerId", addrInfo.ID), zap.Error(err))
|
||||
}
|
||||
}(*addrInfo)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user