Removed trace event

This commit is contained in:
Matteo Biscosi 2023-12-20 11:21:17 +00:00
parent f2bb5923b0
commit 00bb039013

View file

@ -44,7 +44,7 @@ LuaEngine *CustomFlowLuaScript::initVM(const char *script_path) {
if (stat(where, &s) != 0) {
ntop->getTrace()->traceEvent(
TRACE_NORMAL,
TRACE_DEBUG,
"Unable to find script %s: ignored `Flow User Check Script` flow check",
where);
return (NULL);