From 662e05511f7ce9cd0058a01c31ba991c722d30eb Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 24 Oct 2022 14:51:58 +0800 Subject: [PATCH] Update common.lua --- plugins/op_waf/waf/lua/common.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/op_waf/waf/lua/common.lua b/plugins/op_waf/waf/lua/common.lua index 957513b6a..3fae51cb5 100644 --- a/plugins/op_waf/waf/lua/common.lua +++ b/plugins/op_waf/waf/lua/common.lua @@ -105,7 +105,7 @@ function _M.cron(self) local res, err = stmt2:step() if tostring(res) == "5" then - self.D("waf the step database connection is busy, so it will be stored later.") + self:D("waf the step database connection is busy, so it will be stored later.") return false end stmt2:reset()