1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-28 13:23:03 +02:00

adjust logs

This commit is contained in:
Chris Lu 2019-12-11 21:40:33 -08:00
parent 06ff984786
commit c602073395

View file

@ -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
}