minor, add message

This commit is contained in:
neilpang 2016-10-27 22:47:19 +08:00
parent f940b2a58e
commit 9e45ac939b
1 changed files with 1 additions and 1 deletions

View File

@ -2158,7 +2158,7 @@ __get_domain_new_authz() {
break
fi
_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"
done;