Browse Source

Merge pull request #347 from Neilpang/dev

minor, add message
neil 8 years ago
parent
commit
2399476a21
1 changed files with 1 additions and 1 deletions
  1. 1 1
      acme.sh

+ 1 - 1
acme.sh

@@ -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;