mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-26 22:57:24 +00:00
Update userspace/engine/rules.cpp
Signed-off-by: Federico Di Pierro <nierro92@gmail.com> Co-authored-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
parent
c7609192c7
commit
dfb743838e
@ -452,7 +452,7 @@ void falco_rules::load_rules(const string &rules_content,
|
|||||||
throw falco_exception(os.str());
|
throw falco_exception(os.str());
|
||||||
}
|
}
|
||||||
|
|
||||||
if (os.str() != "") {
|
if (verbose && os.str() != "") {
|
||||||
// We don't really have a logging callback
|
// We don't really have a logging callback
|
||||||
// from the falco engine, but this would be a
|
// from the falco engine, but this would be a
|
||||||
// good place to use it.
|
// good place to use it.
|
||||||
|
Loading…
Reference in New Issue
Block a user