diff --git a/scripts/eressea/jsreport.lua b/scripts/eressea/jsreport.lua index 44eb93781..442b27d5f 100644 --- a/scripts/eressea/jsreport.lua +++ b/scripts/eressea/jsreport.lua @@ -14,7 +14,7 @@ function pkg.update() local o = f.options local bit = (math.floor(o / 8) % 2) 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 end end