Browse Source

make info messages debug

pull/2489/head
Michael Braunoeder 6 years ago
parent
commit
7a19826a70
  1. 4
      dnsapi/dns_rcode0.sh

4
dnsapi/dns_rcode0.sh

@ -113,7 +113,7 @@ dns_rcode0_rm() {
} }
set_record() { set_record() {
_info "Adding record"
_debug "Adding record"
root=$1 root=$1
full=$2 full=$2
new_challenge=$3 new_challenge=$3
@ -143,7 +143,7 @@ set_record() {
} }
rm_record() { rm_record() {
_info "Remove record"
_debug "Remove record"
root=$1 root=$1
full=$2 full=$2
txtvalue=$3 txtvalue=$3

Loading…
Cancel
Save