Correct address manager test error print.

This commit is contained in:
Dave Collins 2015-01-16 10:13:51 -06:00
parent b5a7d52f21
commit d9d7f7ce4d

View file

@ -138,7 +138,7 @@ func TestAddLocalAddress(t *testing.T) {
}
if result != nil && test.valid {
t.Errorf("TestAddLocalAddress test #%d failed: %s should not have "+
"been accepted", test.address.IP)
"been accepted", x, test.address.IP)
continue
}
}