Software /
code /
prosody
Changeset
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 |
parents | 11186:15fe9f0bb483 |
children | 11188:8a29e7206917 |
files | plugins/mod_pubsub/pubsub.lib.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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