Skip to content

Commit

Permalink
fix log
Browse files Browse the repository at this point in the history
Signed-off-by: zhangzujian <[email protected]>
  • Loading branch information
zhangzujian committed Feb 21, 2024
1 parent 90f2926 commit 0819e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unittest/ipam_bench/ipam_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ func benchmarkAllocFreeAddrParallel(b *testing.B, podNumber int, protocol string
im := ipam.NewIPAM()
subnetName, CIDR, Gw, ExcludeIPs := getDefaultSubnetParam(protocol)
if err := im.AddOrUpdateSubnet(subnetName, CIDR, Gw, ExcludeIPs); err != nil {
b.Errorf("ERROR: add subnet with %s cidr %s", protocol, CIDR)
b.Errorf("ERROR: add subnet with %s cidr %s: %v", protocol, CIDR, err)
return
}

Expand Down

0 comments on commit 0819e9d

Please sign in to comment.