Loading pkg/s3/mounter_s3backer.go +1 −1 Original line number Diff line number Diff line Loading @@ -148,6 +148,6 @@ func formatFs(fsType string, device string) error { if err != nil { return fmt.Errorf("Error formatting disk: %s", out) } glog.Info("Formatting fs with type %s, out: %s", fsType, out) glog.Infof("Formatting fs with type %s", fsType) return nil } Loading
pkg/s3/mounter_s3backer.go +1 −1 Original line number Diff line number Diff line Loading @@ -148,6 +148,6 @@ func formatFs(fsType string, device string) error { if err != nil { return fmt.Errorf("Error formatting disk: %s", out) } glog.Info("Formatting fs with type %s, out: %s", fsType, out) glog.Infof("Formatting fs with type %s", fsType) return nil }