From 908883d18e7f518fbde5a0ececd1da187a59d592 Mon Sep 17 00:00:00 2001 From: Gonzalo Peci Date: Thu, 14 Apr 2016 19:06:38 +0200 Subject: [PATCH] echo dns when testing --- getssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getssl b/getssl index 4104d19..5192e2e 100755 --- a/getssl +++ b/getssl @@ -927,7 +927,7 @@ if [[ $VALIDATE_VIA_DNS == "true" ]]; then else if [[ $ntries -lt 100 ]]; then ntries=$(( ntries + 1 )) - info "testing DNS. Attempt $ntries/100 completed. waiting 10 secs before testing verify again" + info "testing DNS for $d. Attempt $ntries/100 completed. waiting 10 secs before testing verify again" sleep 10 else debug "dns check failed - removing existing value"