more debug output

This commit is contained in:
Frank Laszlo 2018-08-23 16:17:19 -04:00
parent d4df2ce2d2
commit be93b9b7cf
3 changed files with 9 additions and 0 deletions

View File

@ -19,6 +19,9 @@ dns_fh_add() {
host="${1}"
txtvalue="${2}"
_debug host "${host}"
_debug txtvalue "${txtvalue}"
if ! _check_fh_api_token; then
return 1
fi

View File

@ -19,6 +19,9 @@ dns_nexcess_add() {
host="${1}"
txtvalue="${2}"
_debug host "${host}"
_debug txtvalue "${txtvalue}"
if ! _check_nexcess_api_token; then
return 1
fi

View File

@ -19,6 +19,9 @@ dns_thermo_add() {
host="${1}"
txtvalue="${2}"
_debug host "${host}"
_debug txtvalue "${txtvalue}"
if ! _check_thermo_api_token; then
return 1
fi