add logging

This commit is contained in:
chrislusf
2015-07-11 12:20:09 -07:00
parent d8bb3845ae
commit 9b8f8f4bb9
3 changed files with 5 additions and 1 deletions

View File

@@ -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
}