mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-29 16:17:32 +00:00
chore(userspace/falco): fix punctuation typo in output message when loading plugins
Signed-off-by: Aldo Lacuku <aldo@lacuku.eu>
This commit is contained in:
parent
9f163f3fe0
commit
765ef5daaf
@ -34,7 +34,7 @@ application::run_result application::list_plugins()
|
|||||||
os << "Capabilities: " << std::endl;
|
os << "Capabilities: " << std::endl;
|
||||||
if(p->caps() & CAP_SOURCING)
|
if(p->caps() & CAP_SOURCING)
|
||||||
{
|
{
|
||||||
os << " - Event Sourcing: (ID=" << p->id();
|
os << " - Event Sourcing (ID=" << p->id();
|
||||||
os << ", source='" << p->event_source() << "')" << std::endl;
|
os << ", source='" << p->event_source() << "')" << std::endl;
|
||||||
}
|
}
|
||||||
if(p->caps() & CAP_EXTRACTION)
|
if(p->caps() & CAP_EXTRACTION)
|
||||||
|
Loading…
Reference in New Issue
Block a user