Skip to content

Commit 51161be

Browse files
committed
Improved one logging statement
1 parent faf1bb5 commit 51161be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fact-ebpf/src/bpf/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ int BPF_PROG(trace_path_rmdir, struct path* dir, struct dentry* dentry) {
338338

339339
struct bound_path_t* path = path_read_append_d_entry(dir, dentry);
340340
if (path == NULL) {
341-
bpf_printk("Failed to directory read path");
341+
bpf_printk("Failed to read directory path");
342342
m->path_rmdir.error++;
343343
return 0;
344344
}

0 commit comments

Comments
 (0)