From ba8e9af22df79e9b7fa51996e503ce661c430fce Mon Sep 17 00:00:00 2001 From: Jason Dellaluce Date: Thu, 22 Jun 2023 16:42:34 +0200 Subject: [PATCH] chore(userspace/falco): fix misleading content Co-authored-by: Federico Di Pierro Signed-off-by: Jason Dellaluce --- userspace/falco/app/actions/init_inspectors.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userspace/falco/app/actions/init_inspectors.cpp b/userspace/falco/app/actions/init_inspectors.cpp index 0ac4f376..88dea76e 100644 --- a/userspace/falco/app/actions/init_inspectors.cpp +++ b/userspace/falco/app/actions/init_inspectors.cpp @@ -190,7 +190,7 @@ falco::app::run_result falco::app::actions::init_inspectors(falco::app::state& s // in live mode, each inspector should have registered at most two event sources: // the "syscall" on, loaded at default at index 0, and optionally another - // one defined by a plugin, at index 0 + // one defined by a plugin, at index 1 if (!s.is_capture_mode()) { const auto& sources = src_info->inspector->event_sources();