diff --git a/blockmanager.go b/blockmanager.go index 2acfb7664..7c9bf79ee 100644 --- a/blockmanager.go +++ b/blockmanager.go @@ -206,7 +206,7 @@ func (b *blockManager) handleNewPeerMsg(peers *list.List, p *peer) { return } - bmgrLog.Infof("New valid peer %s", p) + bmgrLog.Infof("New valid peer %s (%s)", p, p.userAgent) // Ignore the peer if it's not a sync candidate. if !b.isSyncCandidate(p) {