Browse Source

update 0.72 beta

pull/279/head
tnextday 10 years ago
parent
commit
fb0e39e6a4
  1. 2
      go/storage/disk_location.go
  2. 2
      go/util/constants.go

2
go/storage/disk_location.go

@ -48,7 +48,7 @@ func (l *DiskLocation) LoadExistingVolumes(needleMapKind NeedleMapType) {
} }
} }
} }
glog.V(0).Infoln("Store started on dir:", l.Directory, "with", len(l.VolumeCount()), "volumes", "max", l.MaxVolumeCount)
glog.V(0).Infoln("Store started on dir:", l.Directory, "with", l.VolumeCount(), "volumes", "max", l.MaxVolumeCount)
} }
func (l *DiskLocation) AddVolume(vid VolumeId, v *Volume) { func (l *DiskLocation) AddVolume(vid VolumeId, v *Volume) {

2
go/util/constants.go

@ -1,5 +1,5 @@
package util package util
const ( const (
VERSION = "0.71 beta"
VERSION = "0.72 beta"
) )
Loading…
Cancel
Save