Skip to content

Commit

Permalink
probe: remove superfluous log
Browse files Browse the repository at this point in the history
The caller handles the error.
  • Loading branch information
iaguis committed Mar 2, 2017
1 parent 8a19387 commit b33a13d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion probe/endpoint/ebpf.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ func newEbpfTracker(useEbpfConn bool) (eventTracker, error) {

t, err := tracer.NewTracer(tcpEventCbV4, tcpEventCbV6)
if err != nil {
log.Errorf("Cannot find BPF object file: %v", err)
return nil, err
}

Expand Down

0 comments on commit b33a13d

Please sign in to comment.