mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
Added trace into accounting stop
This commit is contained in:
parent
00123153a6
commit
565457aae3
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ function radius_handler.accountingStop(name, terminate_cause, info)
|
|||
-- Removing the entry from redis
|
||||
ntop.delCache(string.format(redis_accounting_key, name))
|
||||
|
||||
traceError(TRACE_DEBUG, TRACE_CONSOLE,
|
||||
traceError(TRACE_NORMAL, TRACE_CONSOLE,
|
||||
string.format("Accounting stop requested for MAC [%s]", name))
|
||||
|
||||
-- Check in case no user_data is found
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue