mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-26 22:57:24 +00:00
update(userspace/falco): divide each plugin infos when dumping list of plugin with a newline.
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
parent
a3976463d5
commit
43bdfce6e5
@ -1059,6 +1059,7 @@ int falco_init(int argc, char **argv)
|
|||||||
{
|
{
|
||||||
os << "Type: extractor plugin" << std::endl;
|
os << "Type: extractor plugin" << std::endl;
|
||||||
}
|
}
|
||||||
|
os << std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("%lu Plugins Loaded:\n\n%s\n", infos.size(), os.str().c_str());
|
printf("%lu Plugins Loaded:\n\n%s\n", infos.size(), os.str().c_str());
|
||||||
|
Loading…
Reference in New Issue
Block a user