little-cui commented on a change in pull request #248: optimize quota check log
URL:
https://github.com/apache/incubator-servicecomb-service-center/pull/248#discussion_r161352079
##########
File path: server/service/microservices.go
##########
@@ -515,7 +510,7 @@ func (s *MicroServiceService) UpdateProperties(ctx
context.Context, in *pb.Updat
if service == nil {
util.Logger().Errorf(nil, "update service properties failed,
serviceId is %s: service not exist.", in.ServiceId)
return &pb.UpdateServicePropsResponse{
- Response: pb.CreateResponse(scerr.ErrServiceNotExists,
"Service does not exist."),
+ Response: pb.CreateResponse(scerr.ErrServiceNotExists,
"service does not exist."),
Review comment:
Explain the reason that it is because there can not find any service
according to serviceId.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services