aboutsummaryrefslogtreecommitdiff
path: root/go/topology/cluster_commands.go
diff options
context:
space:
mode:
Diffstat (limited to 'go/topology/cluster_commands.go')
-rw-r--r--go/topology/cluster_commands.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/topology/cluster_commands.go b/go/topology/cluster_commands.go
index d859cf656..703435173 100644
--- a/go/topology/cluster_commands.go
+++ b/go/topology/cluster_commands.go
@@ -25,7 +25,7 @@ func (c *MaxVolumeIdCommand) Apply(server raft.Server) (interface{}, error) {
before := topo.GetMaxVolumeId()
topo.UpAdjustMaxVolumeId(c.MaxVolumeId)
- glog.V(2).Infoln("max volume id", before, "==>", topo.GetMaxVolumeId())
+ glog.V(4).Infoln("max volume id", before, "==>", topo.GetMaxVolumeId())
return nil, nil
}