# HG changeset patch # User Stephen Paul Weber # Date 1728401079 18000 # Node ID fd1927e517912420296d872d16d33cbb2a0c52ec # Parent 1bb8b559f4412f2356e615e9b2f168170d57dbf1 mod_push2: fix broken log statement diff -r 1bb8b559f441 -r fd1927e51791 mod_push2/mod_push2.lua --- a/mod_push2/mod_push2.lua Thu Oct 03 22:29:03 2024 +0200 +++ b/mod_push2/mod_push2.lua Tue Oct 08 10:24:39 2024 -0500 @@ -396,7 +396,7 @@ for identifier, push_info in pairs(user_push_services) do for _, match in ipairs(push_info.matches) do if match.match == "urn:xmpp:push2:match:archived-with-body" or match.match == "urn:xmpp:push2:match:archived" then - identifier_found.log("debug", "Not pushing because we are not archiving this stanza") + module:log("debug", "Not pushing because we are not archiving this stanza") else notify_push_services[identifier] = push_info; end