mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-24 02:59:13 +08: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 {
|
||||
dn.Counter--
|
||||
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
|
||||
}
|
||||
// if the volume server disconnects and reconnects quickly
|
||||
|
Loading…
Reference in New Issue
Block a user