1
0

openalias: more error message

This commit is contained in:
ThomasV
2015-03-31 12:21:20 +02:00
parent 8902207443
commit c9d874ce38
2 changed files with 3 additions and 3 deletions

View File

@@ -258,7 +258,7 @@ class Plugin(BasePlugin):
# answer should contain two RRSET: DNSKEY and RRSIG(DNSKEY)
answer = response.answer
if len(answer) != 2:
self.print_error("answer error")
self.print_error("answer error", answer)
return 0
# the DNSKEY should be self signed, validate it