mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-18 08:16:39 +00:00
Typo fix
This commit is contained in:
@@ -469,7 +469,7 @@ func (s *Server) sendJob(ctx context.Context, accountID string, peerKey wgtypes.
|
|||||||
s.jobManager.CloseChannel(ctx, accountID, peer.ID)
|
s.jobManager.CloseChannel(ctx, accountID, peer.ID)
|
||||||
return status.Errorf(codes.Internal, "failed sending job message")
|
return status.Errorf(codes.Internal, "failed sending job message")
|
||||||
}
|
}
|
||||||
log.WithContext(ctx).Debugf("sent an job to peer %s", peerKey.String())
|
log.WithContext(ctx).Debugf("sent a job to peer: %s", peerKey.String())
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user