From 7a19826a707867b2bb1cfe0823187b7ba4a716a1 Mon Sep 17 00:00:00 2001 From: Michael Braunoeder Date: Tue, 17 Sep 2019 15:26:46 +0200 Subject: [PATCH] make info messages debug --- dnsapi/dns_rcode0.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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