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

@@ -77,7 +77,7 @@ func (ms *MasterServer) volumeVacuumHandler(w http.ResponseWriter, r *http.Reque
if gcThreshold == "" {
gcThreshold = ms.garbageThreshold
}
debug("garbageThreshold =", gcThreshold)
glog.Infoln("garbageThreshold =", gcThreshold)
ms.Topo.Vacuum(gcThreshold)
ms.dirStatusHandler(w, r)
}