Commit fae5c258 authored by Janos Guljas's avatar Janos Guljas

correct log message

parent a02bb169
...@@ -224,7 +224,7 @@ func New(ctx context.Context, o Options) (*Service, error) { ...@@ -224,7 +224,7 @@ func New(ctx context.Context, o Options) (*Service, error) {
} }
s.peers.add(peerID, i.Address) s.peers.add(peerID, i.Address)
s.metrics.HandledStreamCount.Inc() s.metrics.HandledStreamCount.Inc()
s.logger.Infof("peer %q connected", overlay) s.logger.Infof("peer %q connected", i.Address)
}) })
// TODO: be more resilient on connection errors and connect in parallel // TODO: be more resilient on connection errors and connect in parallel
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment