diff --git a/go/storage/disk_location.go b/go/storage/disk_location.go index b34535c7a..de666257c 100644 --- a/go/storage/disk_location.go +++ b/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) { diff --git a/go/util/constants.go b/go/util/constants.go index 6b6b0b911..14b8d51f1 100644 --- a/go/util/constants.go +++ b/go/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "0.71 beta" + VERSION = "0.72 beta" )