mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix format
This commit is contained in:
parent
65af3cf4df
commit
006c01a519
|
@ -24,7 +24,7 @@ func (ms *MasterServer) SendHeartbeat(stream master_pb.Seaweed_SendHeartbeatServ
|
||||||
if dn != nil {
|
if dn != nil {
|
||||||
dn.Counter--
|
dn.Counter--
|
||||||
if dn.Counter > 0 {
|
if dn.Counter > 0 {
|
||||||
glog.V(0).Infof("disconnect phantom volume server %s:%d remaining %d", dn.Counter, dn.Ip, dn.Port)
|
glog.V(0).Infof("disconnect phantom volume server %s:%d remaining %d", dn.Ip, dn.Port, dn.Counter)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
// if the volume server disconnects and reconnects quickly
|
// if the volume server disconnects and reconnects quickly
|
||||||
|
|
Loading…
Reference in a new issue