server: fix notify-online log message
This commit is contained in:
parent
ecd5541d55
commit
58f95322c0
@ -2469,7 +2469,7 @@ func (s *server) peerInitializer(p *peer) {
|
||||
defer s.mu.Unlock()
|
||||
|
||||
// Check if there are listeners waiting for this peer to come online.
|
||||
srvrLog.Debugf("Notifying that peer %x is offline", p.PubKey())
|
||||
srvrLog.Debugf("Notifying that peer %x is online", p.PubKey())
|
||||
for _, peerChan := range s.peerConnectedListeners[pubStr] {
|
||||
select {
|
||||
case peerChan <- p:
|
||||
|
Loading…
Reference in New Issue
Block a user