Commit 2399476a authored by neil's avatar neil Committed by GitHub
Browse files

Merge pull request #347 from Neilpang/dev

minor, add message
parents 34f231f9 9e45ac93
...@@ -2158,7 +2158,7 @@ __get_domain_new_authz() { ...@@ -2158,7 +2158,7 @@ __get_domain_new_authz() {
break break
fi fi
_authz_i="$(_math "$_authz_i" + 1)" _authz_i="$(_math "$_authz_i" + 1)"
_info "Sleep $_authz_i to retry." _info "The server is busy, Sleep $_authz_i to retry."
_sleep "$_authz_i" _sleep "$_authz_i"
done; done;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment