summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to 'internal')
-rw-r--r--internal/ior.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/ior.go b/internal/ior.go
index b5f9091..ee0663e 100644
--- a/internal/ior.go
+++ b/internal/ior.go
@@ -98,7 +98,7 @@ func attachTracepointsWith(module tracepointModule, shouldAttach func(string) bo
prog, err := module.getProgram(fmt.Sprintf("handle_%s", name))
if err != nil {
- return fmt.Errorf("Failed to get BPF program handle_%s: %v", name, err)
+ return fmt.Errorf("failed to get BPF program handle_%s: %w", name, err)
}
logln("Attached prog handle_", name)