diff --git a/addrmgr/addrmanager_test.go b/addrmgr/addrmanager_test.go index 6c572599..30ce3251 100644 --- a/addrmgr/addrmanager_test.go +++ b/addrmgr/addrmanager_test.go @@ -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 } }