Skip to content

Commit

Permalink
fix: typo in PDR management log message (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
pespin authored Nov 16, 2024
1 parent 620abfd commit 94a6034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ebpf/pdr.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ func (bpfObjects *BpfObjects) NewFar(farInfo FarInfo) (uint32, error) {
if err != nil {
return 0, err
}
log.Debug().Msgf("EBPF: Put FAR: internalId=%d, qerInfo=%+v", internalId, farInfo)
log.Debug().Msgf("EBPF: Put FAR: internalId=%d, farInfo=%+v", internalId, farInfo)
return internalId, bpfObjects.FarMap.Put(internalId, unsafe.Pointer(&farInfo))
}

Expand Down

0 comments on commit 94a6034

Please sign in to comment.