Commit fb2029e7 authored by neil's avatar neil
Browse files

add more info

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