Skip to content

Commit de78eed

Browse files
QxBytesCopilot
andauthored
update azure-iptables-monitor/iptables_monitor.go
Co-authored-by: Copilot <[email protected]> Signed-off-by: Alexander <[email protected]>
1 parent 07d08e7 commit de78eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-iptables-monitor/iptables_monitor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ func getBPFMapValue() (uint64, error) {
252252
value := uint64(0)
253253

254254
if err := m.Lookup(&key, &value); err != nil {
255-
return 0, fmt.Errorf("failed to lookup value in bpf map %d: %w", key, err)
255+
return 0, fmt.Errorf("failed to lookup key %d in bpf map: %w", key, err)
256256
}
257257

258258
return value, nil

0 commit comments

Comments
 (0)