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()