minor fix

This commit is contained in:
crn4 2025-06-19 17:25:27 +02:00
parent 58478b57af
commit dd9ed1dfa7

View File

@ -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 {