contact: small typo
Change-Id: If9126ae518b5672bfd9163a8c9fc518727d5138b
This commit is contained in:
parent
b185dbbee2
commit
1b66517664
@ -77,7 +77,7 @@ func (endpoint *Endpoint) CheckIn(ctx context.Context, req *pb.CheckInRequest) (
|
||||
return nil, rpcstatus.Error(rpcstatus.Internal, Error.Wrap(err).Error())
|
||||
}
|
||||
|
||||
endpoint.log.Debug("checking in", zap.String("node addr", req.Address), zap.Bool("ping node succes", pingNodeSuccess))
|
||||
endpoint.log.Debug("checking in", zap.String("node addr", req.Address), zap.Bool("ping node success", pingNodeSuccess))
|
||||
return &pb.CheckInResponse{
|
||||
PingNodeSuccess: pingNodeSuccess,
|
||||
PingErrorMessage: pingErrorMessage,
|
||||
|
Loading…
Reference in New Issue
Block a user