mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
print wait in progress
This commit is contained in:
parent
f1f14e28bc
commit
3cc7b90414
|
@ -119,6 +119,7 @@ func (mc *MasterClient) WaitUntilConnected() {
|
|||
return
|
||||
}
|
||||
time.Sleep(time.Duration(rand.Int31n(200)) * time.Millisecond)
|
||||
print(".")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue