mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-24 02:59:13 +08: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 New Issue
Block a user