From 19dd34ad387b09889716323f8541f82fae24cbbc Mon Sep 17 00:00:00 2001 From: onefang Date: Wed, 6 Nov 2019 16:25:44 +1000 Subject: Not being able to open lua resalts files for the output generators isn't critical. --- apt-panopticon-report-email.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apt-panopticon-report-email.lua') diff --git a/apt-panopticon-report-email.lua b/apt-panopticon-report-email.lua index 2f7c8d1..5651f71 100755 --- a/apt-panopticon-report-email.lua +++ b/apt-panopticon-report-email.lua @@ -118,7 +118,7 @@ end local collate = function(host, ip, results) local f = "results/" .. host .. "_" .. ip .. ".lua" local rfile, e = io.open(f, "r") - if nil == rfile then C("opening " .. f .. " file - " .. e) else + if nil == rfile then I("opening " .. f .. " file - " .. e) else rfile:close() local rs = loadfile(f)() for k, v in pairs(rs) do -- cgit v1.1