diff options
| author | Chris Lu <chris.lu@gmail.com> | 2018-11-18 11:51:38 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2018-11-18 11:51:38 -0800 |
| commit | 4fcfc9410fd407165d7bb1c047bcd21e5b2b7dde (patch) | |
| tree | fabdbc2da727e125ec354f5f6f8de2f7589e5bb0 /weed/topology/cluster_commands.go | |
| parent | 9655dc9ca95312d578d60e71d839a6b9971a7bea (diff) | |
| download | seaweedfs-4fcfc9410fd407165d7bb1c047bcd21e5b2b7dde.tar.xz seaweedfs-4fcfc9410fd407165d7bb1c047bcd21e5b2b7dde.zip | |
cleanup
Diffstat (limited to 'weed/topology/cluster_commands.go')
| -rw-r--r-- | weed/topology/cluster_commands.go | 2 |
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 } |
