mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Disabled log
This commit is contained in:
parent
d95b58a9d8
commit
398e25c022
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ end
|
|||
|
||||
local function get_alert_triggered_key(type_info)
|
||||
if((type_info == nil) or (type_info.alert_type == nil)) then
|
||||
tprint(debug.traceback())
|
||||
-- tprint(debug.traceback())
|
||||
end
|
||||
|
||||
return(string.format("%d@%s", type_info.alert_type.alert_key, type_info.alert_subtype or ""))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue