Browse Source

add more info

neil 8 years ago
parent
commit
fb2029e717
1 changed files with 3 additions and 1 deletions
  1. 3 1
      acme.sh

+ 3 - 1
acme.sh

@@ -2749,7 +2749,7 @@ _deactivate() {
     _debug entry "$entry"
     _debug entry "$entry"
     
     
     if [ -z "$entry" ] ; then
     if [ -z "$entry" ] ; then
-      _info "No valid entry found."
+      _info "No more valid entry found."
       break
       break
     fi
     fi
     
     
@@ -2773,6 +2773,8 @@ _deactivate() {
       return 1
       return 1
     fi
     fi
     
     
+    _info "Deactivate: $_vtype success."
+    
   done
   done
   _debug "$_d_i"
   _debug "$_d_i"
   if [ "$_d_i" -lt "$_d_max_retry" ] ; then
   if [ "$_d_i" -lt "$_d_max_retry" ] ; then