diff --git a/weed/storage/store.go b/weed/storage/store.go index f115721cb..1d909c23a 100644 --- a/weed/storage/store.go +++ b/weed/storage/store.go @@ -187,7 +187,7 @@ func (s *Store) CollectHeartbeat() *master_pb.Heartbeat { location.RUnlock() if len(deleteVids) > 0 { - // delete expired volumes. + // delete expired volumes. location.Lock() for _, vid := range deleteVids { location.deleteVolumeById(vid)