mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Fix debug trace
This commit is contained in:
parent
5dabb2cbd2
commit
0aa9c899df
1 changed files with 2 additions and 1 deletions
|
|
@ -133,7 +133,8 @@ function Alert:set_granularity(granularity)
|
|||
|
||||
self.granularity = alert_consts.alerts_granularities[granularity]
|
||||
if(self.granularity == nil) then
|
||||
print("[ERROR] Unknown granularity "..(granularity or '').."\n")
|
||||
print("[ERROR] Unknown granularity\n")
|
||||
tprint(granularity)
|
||||
print(debug.traceback())
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue