mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
adjust logs
This commit is contained in:
parent
06ff984786
commit
c602073395
|
@ -91,7 +91,7 @@ func (mc *MasterClient) tryConnectToMaster(master string) (nextHintedLeader stri
|
|||
|
||||
// maybe the leader is changed
|
||||
if volumeLocation.Leader != "" {
|
||||
glog.V(1).Infof("redirected to leader %v", volumeLocation.Leader)
|
||||
glog.V(0).Infof("redirected to leader %v", volumeLocation.Leader)
|
||||
nextHintedLeader = volumeLocation.Leader
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue