small tweak in the test

This commit is contained in:
Miek Gieben 2013-10-19 19:49:16 +01:00
parent 83104da2cc
commit faf449027a
1 changed files with 1 additions and 1 deletions

View File

@ -753,7 +753,7 @@ func TestTXT(t *testing.T) {
func TestRR(t *testing.T) {
rr, err := NewRR("example.com IN TYPE1234 \\# 4 aabbccdd")
if err == nil {
t.Log("%s\n", rr.String())
t.Logf("%s\n", rr.String())
} else {
t.Error("Failed to parse TYPE1234 RR: ", err.Error())
}