mirror of
https://github.com/netbirdio/netbird.git
synced 2025-08-17 10:31:45 +02:00
[relay] change log levels (#2580)
This commit is contained in:
@ -184,7 +184,7 @@ func (p *Peer) handleTransportMsg(msg []byte) {
|
||||
stringPeerID := messages.HashIDToString(peerID)
|
||||
dp, ok := p.store.Peer(stringPeerID)
|
||||
if !ok {
|
||||
p.log.Errorf("peer not found: %s", stringPeerID)
|
||||
p.log.Debugf("peer not found: %s", stringPeerID)
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user