Software /
code /
prosody
Diff
plugins/mod_pubsub/pubsub.lib.lua @ 11187:76e135fbca0f
mod_pubsub: Clarify kind of item store created
Planning to make this configurable, so good to distinguish it from
future backends.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 25 Oct 2020 15:21:34 +0100 |
parent | 11186:15fe9f0bb483 |
child | 11429:ef623d719894 |
line wrap: on
line diff
--- a/plugins/mod_pubsub/pubsub.lib.lua Sun Oct 25 15:20:14 2020 +0100 +++ b/plugins/mod_pubsub/pubsub.lib.lua Sun Oct 25 15:21:34 2020 +0100 @@ -796,7 +796,7 @@ end local function archive_itemstore(archive, config, user, node) - module:log("debug", "Creation of itemstore for node %s with config %s", node, config); + module:log("debug", "Creation of archive itemstore for node %s with config %q", node, config); local get_set = {}; local max_items = config["max_items"]; function get_set:items() -- luacheck: ignore 212/self