From 745ab9dcd0cc590b58e5ecece0bc8fcd50c3c4b7 Mon Sep 17 00:00:00 2001 From: midoks Date: Thu, 20 Oct 2022 12:59:26 +0800 Subject: [PATCH] Update webstats_common.lua --- plugins/webstats/lua/webstats_common.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/webstats/lua/webstats_common.lua b/plugins/webstats/lua/webstats_common.lua index bce19dc90..7b6830276 100644 --- a/plugins/webstats/lua/webstats_common.lua +++ b/plugins/webstats/lua/webstats_common.lua @@ -375,7 +375,7 @@ function _M.cron(self) if stmts[input_sn] then for stmts_k,stmts_v in ipairs(stmts[input_sn]) do - self:D("stmts_k:"..stmts_k) + self:D("stmts_k:"..tostring(stmts_k)) local res, err = stmts_v:finalize() if tostring(res) == "5" then self:D(stmts_k..":Finalize res:"..tostring(res)..",Finalize err:"..tostring(err))