diff --git a/dnsapi/dns_rcode0.sh b/dnsapi/dns_rcode0.sh index 03ce262e..e8eb0f32 100755 --- a/dnsapi/dns_rcode0.sh +++ b/dnsapi/dns_rcode0.sh @@ -113,7 +113,7 @@ dns_rcode0_rm() { } set_record() { - _info "Adding record" + _debug "Adding record" root=$1 full=$2 new_challenge=$3 @@ -143,7 +143,7 @@ set_record() { } rm_record() { - _info "Remove record" + _debug "Remove record" root=$1 full=$2 txtvalue=$3