add more info

This commit is contained in:
neil 2016-09-22 23:25:32 +08:00
parent 48f02fb61b
commit fb2029e717
1 changed files with 3 additions and 1 deletions

View File

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