Skip to content

Commit

Permalink
tetragon: Remove wrong error message
Browse files Browse the repository at this point in the history
We have 'pendingEvents' error message at place that's not needed
anymore, it's probably leftover, removing.

Signed-off-by: Jiri Olsa <[email protected]>
  • Loading branch information
olsajiri authored and kkourt committed Sep 19, 2022
1 parent ca83268 commit ba3867e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/sensors/tracing/generickprobe.go
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,6 @@ func handleGenericKprobe(r *bytes.Reader) ([]observer.Event, error) {
} else {
gk.pendingEvents[m.ThreadId] = curr
unix = nil
err = fmt.Errorf("pendingEvents")
}
}
if unix == nil {
Expand Down

0 comments on commit ba3867e

Please sign in to comment.