mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Fixes list download failed alert message
This commit is contained in:
parent
5d80b67327
commit
4b1329c7c0
1 changed files with 1 additions and 1 deletions
|
|
@ -369,7 +369,7 @@ local function checkListsUpdate(timeout)
|
|||
end
|
||||
|
||||
if(respcode > 0) then
|
||||
last_error = last_error .. i18n("category_lists.http_code", {err_code = respcode})
|
||||
last_error = string.format("%s %s", last_error, i18n("category_lists.http_code", {err_code = respcode}))
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue