Correct address manager test error print.
This commit is contained in:
parent
b5a7d52f21
commit
d9d7f7ce4d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue