mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-30 21:55:56 +00:00
spelling: unknown
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
4ecb907223
commit
97373a8b6e
@ -119,7 +119,7 @@ void falco::grpc::server::thread_process(int thread_index)
|
||||
ctx->end(this, false);
|
||||
break;
|
||||
default:
|
||||
// todo(leodido) > log error "unkown completion queue event: tag=tag, state=ctx->m_state"
|
||||
// todo(leodido) > log error "unknown completion queue event: tag=tag, state=ctx->m_state"
|
||||
break;
|
||||
}
|
||||
|
||||
|
@ -93,7 +93,7 @@ bool k8s_audit_handler::accept_data(falco_engine *engine,
|
||||
}
|
||||
catch(...)
|
||||
{
|
||||
errstr = string("unkown error processing audit event");
|
||||
errstr = string("unknown error processing audit event");
|
||||
fprintf(stderr, "%s\n", errstr.c_str());
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user