We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4c1c32 commit 28b1645Copy full SHA for 28b1645
va/va.go
@@ -842,7 +842,7 @@ func (va VAImpl) getTXTEntry(name string) ([]string, error) {
842
}
843
844
if in.Rcode != dns.RcodeSuccess {
845
- return nil, fmt.Errorf("DNS lookup for %q returned an unsuccessful response: %q", name, in.Rcode)
+ return nil, fmt.Errorf("DNS lookup for %q returned an unsuccessful response: %d", name, in.Rcode)
846
847
848
for _, record := range in.Answer {
0 commit comments