mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-07 09:13:57 +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);
|
ctx->end(this, false);
|
||||||
break;
|
break;
|
||||||
default:
|
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;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -93,7 +93,7 @@ bool k8s_audit_handler::accept_data(falco_engine *engine,
|
|||||||
}
|
}
|
||||||
catch(...)
|
catch(...)
|
||||||
{
|
{
|
||||||
errstr = string("unkown error processing audit event");
|
errstr = string("unknown error processing audit event");
|
||||||
fprintf(stderr, "%s\n", errstr.c_str());
|
fprintf(stderr, "%s\n", errstr.c_str());
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user