Removed old call to callback_utils.print

This commit is contained in:
Luca Deri 2017-11-30 10:23:04 +01:00
parent cc123c0ba5
commit 3bc4e09dfd

View file

@ -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)