mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Removed debug tprint
This commit is contained in:
parent
b6692f3fea
commit
4bc150e7c9
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ end
|
|||
-- @return A human-readable string
|
||||
function alert_tcp_packets_issues.format(ifid, alert, alert_type_params)
|
||||
local msg = ''
|
||||
tprint(alert_type_params)
|
||||
|
||||
if alert_type_params.lost > alert_type_params.lost_threshold then
|
||||
msg = i18n("flow_checks_config.tcp_packets_issues_alert", { type = 'loss', value = alert_type_params.lost, threshold = alert_type_params.lost_threshold })
|
||||
elseif alert_type_params.retransmission > alert_type_params.retransmission_threshold then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue