mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-21 10:09:13 +00:00
Removed trace event
This commit is contained in:
parent
f2bb5923b0
commit
00bb039013
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue