Browse Source

fix test

pull/1650/head
Chris Lu 4 years ago
parent
commit
96c48bc8a8
  1. 2
      weed/storage/store.go

2
weed/storage/store.go

@ -221,7 +221,7 @@ func (s *Store) CollectHeartbeat() *master_pb.Heartbeat {
if v.expiredLongEnough(MAX_TTL_VOLUME_REMOVAL_DELAY) {
deleteVids = append(deleteVids, v.Id)
} else {
glog.V(0).Infoln("volume %d is expired", v.Id)
glog.V(0).Infof("volume %d is expired", v.Id)
}
if v.lastIoError != nil {
deleteVids = append(deleteVids, v.Id)

Loading…
Cancel
Save