mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Removed old call to callback_utils.print
This commit is contained in:
parent
cc123c0ba5
commit
3bc4e09dfd
1 changed files with 1 additions and 2 deletions
|
|
@ -176,8 +176,7 @@ function top_talkers_utils.makeTopJson(_ifname)
|
|||
end)
|
||||
|
||||
if not in_time then
|
||||
callback_utils.print(__FILE__(), __LINE__(),
|
||||
"ERROR: Cannot complete top talkers generation in 1 minute. Is there a huge number of hosts in the system?")
|
||||
print("ERROR: Cannot complete top talkers generation in 1 minute. Is there a huge number of hosts in the system?")
|
||||
end
|
||||
|
||||
sortRes(res)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue