add a little bit of text to an error message

master
flux 2020-10-07 20:37:55 -07:00
parent 4fbb5a2fc8
commit f0971ac2ce
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ function verbana.lib_asn.refresh()
end
if not verbana.lib_asn.refresh() then
error('Verbana could not load ASN data')
error('Verbana could not load ASN data. Please see README.md for instructions.')
end
local function find(ipint)