mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-19 17:14:26 +00:00
chore(userpace/falco): do not print error code in process_events.cpp
Signed-off-by: Aldo Lacuku <aldo@lacuku.eu>
This commit is contained in:
@@ -131,7 +131,6 @@ application::run_result application::do_inspect(syscall_evt_drop_mgr &sdropmgr,
|
|||||||
//
|
//
|
||||||
// Event read error.
|
// Event read error.
|
||||||
//
|
//
|
||||||
cerr << "rc = " << rc << endl;
|
|
||||||
return run_result::fatal(m_state->inspector->getlasterr());
|
return run_result::fatal(m_state->inspector->getlasterr());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user