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_r161352273
 
 

 ##########
 File path: server/service/microservices.go
 ##########
 @@ -585,26 +580,26 @@ func (s *MicroServiceService) Exist(ctx context.Context, 
in *pb.GetExistenceRequ
                        Tenant:      domainProject,
                })
                if err != nil {
-                       util.Logger().Errorf(err, "microservice exist failed, 
service %s: find serviceIds failed.", serviceFlag)
+                       util.Logger().Errorf(err, "micro-service exist failed, 
service %s: find serviceIds failed.", serviceFlag)
                        return &pb.GetExistenceResponse{
-                               Response: pb.CreateResponse(scerr.ErrInternal, 
"Get service file failed."),
+                               Response: pb.CreateResponse(scerr.ErrInternal, 
"get service file failed."),
 
 Review comment:
   Use the err.Error()

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

Reply via email to