Software / code / prosody-modules
Changeset
1728:a51beeb5aecf
mod_storage_xmlarchive: Adjust wording in log message
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Mon, 11 May 2015 14:29:00 +0200 |
| parents | 1727:8f12afb633ec |
| children | 1729:3431c4a4d162 |
| files | mod_storage_xmlarchive/mod_storage_xmlarchive.lua |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_storage_xmlarchive/mod_storage_xmlarchive.lua Mon May 11 14:17:35 2015 +0200 +++ b/mod_storage_xmlarchive/mod_storage_xmlarchive.lua Mon May 11 14:29:00 2015 +0200 @@ -110,7 +110,7 @@ for d = start_day, last_day, step do if d ~= start_day or not items then - module:log("debug", "Load items for %s", dates[d]); + module:log("debug", "Loading items from %s", dates[d]); start_day = d; items = dm.list_load(username .. "@" .. dates[d], module.host, self.store) or empty; if not rev then