Skip to content

Commit

Permalink
more clear log
Browse files Browse the repository at this point in the history
  • Loading branch information
pimlu committed Oct 2, 2024
1 parent 7c600dc commit 821ec00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/network/tracer/connection/kprobe/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func hasTCPSendPage(kv kernel.Version) bool {
return len(missing) == 0
}

log.Warnf("error verifying tcp_sendpage presence, falling back to v6.5 check: %s", err)
log.Debugf("unable to determine whether tcp_sendpage exists, using kernel version instead: %s", err)

kv650 := kernel.VersionCode(6, 5, 0)
return kv < kv650
Expand Down

0 comments on commit 821ec00

Please sign in to comment.