mirror of
https://github.com/netbirdio/netbird.git
synced 2025-06-20 09:47:49 +02:00
minor fix
This commit is contained in:
parent
58478b57af
commit
dd9ed1dfa7
@ -159,7 +159,7 @@ func (s *GRPCServer) Sync(req *proto.EncryptedMessage, srv proto.ManagementServi
|
|||||||
if s.logBlockedPeers {
|
if s.logBlockedPeers {
|
||||||
log.WithContext(ctx).Warnf("peer %s with meta hash %d is blocked from syncing", peerKey.String(), metahashed)
|
log.WithContext(ctx).Warnf("peer %s with meta hash %d is blocked from syncing", peerKey.String(), metahashed)
|
||||||
}
|
}
|
||||||
return internalStatus.ErrPeerAlreadyLoggedIn
|
return mapError(ctx, internalStatus.ErrPeerAlreadyLoggedIn)
|
||||||
}
|
}
|
||||||
|
|
||||||
if s.appMetrics != nil {
|
if s.appMetrics != nil {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user