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:
Aldo Lacuku
2022-05-31 17:16:52 +02:00
committed by poiana
parent 3fef329d11
commit 7a774f6b2e

View File

@@ -131,7 +131,6 @@ application::run_result application::do_inspect(syscall_evt_drop_mgr &sdropmgr,
//
// Event read error.
//
cerr << "rc = " << rc << endl;
return run_result::fatal(m_state->inspector->getlasterr());
}