nic-chen commented on a change in pull request #2160:
URL: https://github.com/apache/apisix-dashboard/pull/2160#discussion_r725604041



##########
File path: api/internal/core/store/store.go
##########
@@ -106,7 +108,7 @@ func (s *GenericStore) Init() error {
                key := ret[i].Key[len(s.opt.BasePath)+1:]
                objPtr, err := s.StringToObjPtr(ret[i].Value, key)
                if err != nil {
-                       fmt.Fprintln(os.Stderr, "Error occurred while 
initializing logical store: ", s.opt.BasePath)
+                       _, _ = fmt.Fprintln(os.Stderr, "Error occurred while 
initializing logical store: ", s.opt.BasePath)

Review comment:
       why change this?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to