This is an automated email from the ASF dual-hosted git repository.
liuhan pushed a commit to branch tmp_disable_reading
in repository https://gitbox.apache.org/repos/asf/skywalking-rover.git
The following commit(s) were added to refs/heads/tmp_disable_reading by this
push:
new 9b509bd update
9b509bd is described below
commit 9b509bd5e62403f84b0ffaedd247bb9e6417d848
Author: mrproliu <[email protected]>
AuthorDate: Sat Dec 21 16:46:27 2024 +0800
update
---
pkg/tools/btf/queue.go | 1 -
1 file changed, 1 deletion(-)
diff --git a/pkg/tools/btf/queue.go b/pkg/tools/btf/queue.go
index fd89be1..58aaba5 100644
--- a/pkg/tools/btf/queue.go
+++ b/pkg/tools/btf/queue.go
@@ -144,7 +144,6 @@ func (r *ringBufReader) Read() ([]byte, error) {
if err != nil {
return nil, err
}
- log.Infof("ringbuf read of (%s): %d/%d", r.name, read.Remaining,
r.reader.BufferSize())
return read.RawSample, nil
}