aboutsummaryrefslogtreecommitdiff
path: root/go/storage
diff options
context:
space:
mode:
authorchrislusf <chris.lu@gmail.com>2015-07-11 12:20:09 -0700
committerchrislusf <chris.lu@gmail.com>2015-07-11 12:20:09 -0700
commit9b8f8f4bb9f71c349b84333dcb4e222f1a5b95c3 (patch)
tree89ce62666149d09d391f92425fce3dc96c2e082e /go/storage
parentd8bb3845ae45a60344fbe647b76f97b0642f783b (diff)
downloadseaweedfs-9b8f8f4bb9f71c349b84333dcb4e222f1a5b95c3.tar.xz
seaweedfs-9b8f8f4bb9f71c349b84333dcb4e222f1a5b95c3.zip
add logging
Diffstat (limited to 'go/storage')
-rw-r--r--go/storage/volume_vacuum.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/go/storage/volume_vacuum.go b/go/storage/volume_vacuum.go
index 11dc30c4e..7377afdc9 100644
--- a/go/storage/volume_vacuum.go
+++ b/go/storage/volume_vacuum.go
@@ -38,6 +38,7 @@ func (v *Volume) commitCompact() error {
}
//glog.V(3).Infof("Pretending to be vacuuming...")
//time.Sleep(20 * time.Second)
+ glog.V(3).Infof("Loading Commit file...")
if e = v.load(true, false, v.needleMapKind); e != nil {
return e
}