aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2023-03-26 12:22:48 -0700
committerchrislu <chris.lu@gmail.com>2023-03-26 12:22:48 -0700
commit3cc7b9041457c8ffb060f384b1e888089cc2b606 (patch)
tree7f1cc943bb4843275aa8841abd01886229e05df4
parentf1f14e28bcbc5ce4655d47bf1bce80a65fa44644 (diff)
downloadseaweedfs-3cc7b9041457c8ffb060f384b1e888089cc2b606.tar.xz
seaweedfs-3cc7b9041457c8ffb060f384b1e888089cc2b606.zip
print wait in progress
-rw-r--r--weed/wdclient/masterclient.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/wdclient/masterclient.go b/weed/wdclient/masterclient.go
index 64ae876b0..ab33d1194 100644
--- a/weed/wdclient/masterclient.go
+++ b/weed/wdclient/masterclient.go
@@ -119,6 +119,7 @@ func (mc *MasterClient) WaitUntilConnected() {
return
}
time.Sleep(time.Duration(rand.Int31n(200)) * time.Millisecond)
+ print(".")
}
}