aboutsummaryrefslogtreecommitdiff
path: root/go/topology/volume_layout.go
diff options
context:
space:
mode:
Diffstat (limited to 'go/topology/volume_layout.go')
-rw-r--r--go/topology/volume_layout.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/topology/volume_layout.go b/go/topology/volume_layout.go
index 9664d3748..e54491268 100644
--- a/go/topology/volume_layout.go
+++ b/go/topology/volume_layout.go
@@ -153,7 +153,7 @@ func (vl *VolumeLayout) SetVolumeCapacityFull(vid storage.VolumeId) bool {
vl.accessLock.Lock()
defer vl.accessLock.Unlock()
- log.Println("Volume", vid, "reaches full capacity.")
+ // log.Println("Volume", vid, "reaches full capacity.")
return vl.removeFromWritable(vid)
}