fix go vet

Signed-off-by: runzexia <runzexia@yunify.com>
This commit is contained in:
runzexia
2020-03-20 10:37:37 +08:00
parent ba4ab97cb6
commit 16d392065e

View File

@@ -114,7 +114,7 @@ func Run(s *options.KubeSphereControllerManagerOptions, stopCh <-chan struct{})
s3Client, err := s3.NewS3Client(s.S3Options)
if err != nil {
klog.Errorf("Failed to create s3 client", err)
klog.Errorf("Failed to create s3 client %v", err)
return err
}