Update userspace/falco/falco.cpp

Signed-off-by: Federico Di Pierro <nierro92@gmail.com>

Co-authored-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
Federico Di Pierro
2022-01-24 17:16:43 +01:00
committed by poiana
parent dfb743838e
commit 2f82a9baa1

View File

@@ -477,7 +477,7 @@ static void check_for_ignored_events(sinsp &inspector, falco_engine &engine)
skipped_events += "," + evtname;
}
}
fprintf(stderr,"Loaded rules match events (%s), but these events are not returned unless running falco with -A\n", skipped_events.c_str());
fprintf(stderr,"Rules match ignored syscall: warning (ignored-evttype):\n loaded rules match the following events: %s;\n but these events are not returned unless running falco with -A\n", skipped_events.c_str());
}
}