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_r161352710
##########
File path: server/service/microservices.go
##########
@@ -634,7 +629,7 @@ func (s *MicroServiceService) Exist(ctx context.Context,
in *pb.GetExistenceRequ
if !exist {
util.Logger().Infof("schema exist failed, serviceId %s,
schemaId %s: schema not exist.", in.ServiceId, in.SchemaId)
return &pb.GetExistenceResponse{
- Response:
pb.CreateResponse(scerr.ErrSchemaNotExists, "Schema does not exist."),
+ Response:
pb.CreateResponse(scerr.ErrSchemaNotExists, "schema does not exist."),
Review comment:
Explain the reason.
----------------------------------------------------------------
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