Random fixes (#605)

This commit is contained in:
Miek Gieben 2017-03-18 17:08:39 +00:00 committed by GitHub
parent 830fdfd26d
commit 72f5a92d30
3 changed files with 4 additions and 2 deletions

View file

@ -58,5 +58,4 @@ func TestGrpc(t *testing.T) {
if len(d.Extra) != 2 {
t.Errorf("Expected 2 RRs in additional section, but got %s", len(d.Extra))
}
t.Logf("Message %v\n", d)
}