diff --git a/daemons/node/common/common_stream.go b/daemons/node/common/common_stream.go index 807acc5..fb670a1 100644 --- a/daemons/node/common/common_stream.go +++ b/daemons/node/common/common_stream.go @@ -250,6 +250,7 @@ func ConnectToIndexers(h host.Host, minIndexer int, maxIndexer int, myPID pp.ID) } if h.Network().Connectedness(ad.ID) != network.Connected { if err := h.Connect(ctx, *ad); err != nil { + fmt.Println(err) logger.Err(err) continue }