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:
Federico Di Pierro 2022-01-24 15:29:16 +01:00 committed by poiana
parent a3976463d5
commit 43bdfce6e5

View File

@ -1059,6 +1059,7 @@ int falco_init(int argc, char **argv)
{
os << "Type: extractor plugin" << std::endl;
}
os << std::endl;
}
printf("%lu Plugins Loaded:\n\n%s\n", infos.size(), os.str().c_str());