From fb0e39e6a44d41b7f7df07924184d023e51a0511 Mon Sep 17 00:00:00 2001 From: tnextday Date: Mon, 29 Feb 2016 12:21:04 +0800 Subject: [PATCH] update 0.72 beta --- go/storage/disk_location.go | 2 +- go/util/constants.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" )