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:
Aldo Lacuku 2022-05-30 08:57:52 +02:00 committed by poiana
parent 9f163f3fe0
commit 765ef5daaf

View File

@ -34,7 +34,7 @@ application::run_result application::list_plugins()
os << "Capabilities: " << std::endl;
if(p->caps() & CAP_SOURCING)
{
os << " - Event Sourcing: (ID=" << p->id();
os << " - Event Sourcing (ID=" << p->id();
os << ", source='" << p->event_source() << "')" << std::endl;
}
if(p->caps() & CAP_EXTRACTION)