aboutsummaryrefslogtreecommitdiff
path: root/weed/topology/cluster_commands.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-11-18 11:51:38 -0800
committerChris Lu <chris.lu@gmail.com>2018-11-18 11:51:38 -0800
commit4fcfc9410fd407165d7bb1c047bcd21e5b2b7dde (patch)
treefabdbc2da727e125ec354f5f6f8de2f7589e5bb0 /weed/topology/cluster_commands.go
parent9655dc9ca95312d578d60e71d839a6b9971a7bea (diff)
downloadseaweedfs-4fcfc9410fd407165d7bb1c047bcd21e5b2b7dde.tar.xz
seaweedfs-4fcfc9410fd407165d7bb1c047bcd21e5b2b7dde.zip
cleanup
Diffstat (limited to 'weed/topology/cluster_commands.go')
-rw-r--r--weed/topology/cluster_commands.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/topology/cluster_commands.go b/weed/topology/cluster_commands.go
index bb44669b2..7a36c25ec 100644
--- a/weed/topology/cluster_commands.go
+++ b/weed/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(0).Infoln("max volume id", before, "==>", topo.GetMaxVolumeId())
+ glog.V(1).Infoln("max volume id", before, "==>", topo.GetMaxVolumeId())
return nil, nil
}