neil 8 years ago
parent
commit
0407c4e0f7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      acme.sh

+ 1 - 0
acme.sh

@@ -2794,6 +2794,7 @@ _deactivate() {
   _d_max_retry=9
   while [ "$_d_i" -lt "$_d_max_retry" ] ;
   do
+    _info "Deactivate: $_d_domain"
     _d_i="$(_math $_d_i + 1)"
     if ! _send_signed_request "$API/acme/new-authz" "{\"resource\": \"new-authz\", \"identifier\": {\"type\": \"dns\", \"value\": \"$_d_domain\"}}" ; then
       _err "Can not get domain token."