mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Delete ts export queue on startup and add missing error
This commit is contained in:
parent
aa17725323
commit
89b9aebfd7
2 changed files with 5 additions and 0 deletions
|
|
@ -661,6 +661,8 @@ end
|
|||
|
||||
function driver:_exportTsFile(fname)
|
||||
if not ntop.exists(fname) then
|
||||
traceError(TRACE_ERROR, TRACE_CONSOLE,
|
||||
string.format("Cannot find ts file %s. Some timeseries data will be lost.", fname))
|
||||
return(false)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue