aboutgitcodelistschat:MatrixIRC
path: root/cooker/filter.c
diff options
context:
space:
mode:
Diffstat (limited to 'cooker/filter.c')
-rw-r--r--cooker/filter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cooker/filter.c b/cooker/filter.c
index 4a06111..e0c8081 100644
--- a/cooker/filter.c
+++ b/cooker/filter.c
@@ -126,9 +126,9 @@ void filter_add_check(struct bpf_field *field)
check = &entry->field[entry_check_count(entry)];
- debug(" BPF: inserting check at %i for entry %i, syscall %lu",
+ debug(" BPF: inserting check at %i for entry %i, syscall %s",
entry_check_count(entry), call_entry_count(current_nr),
- current_nr);
+ syscall_name_str[current_nr]);
memcpy(check, field, sizeof(*field));
}