change log level from warn->info

This commit is contained in:
Enno Rehling 2015-05-24 16:21:12 +02:00
parent 202d52e7f3
commit b8de887399
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ function pkg.update()
local o = f.options local o = f.options
local bit = (math.floor(o / 8) % 2) local bit = (math.floor(o / 8) % 2)
if bit==0 then if bit==0 then
eressea.log.warning("enable JSON report for " .. tostring(f)) eressea.log.info("enable JSON report for " .. tostring(f))
f.options = o + 8 f.options = o + 8
end end
end end