# HG changeset patch # User Kim Alvefur # Date 1431347340 -7200 # Node ID a51beeb5aecfe5a4fa684adde53cb58b8e8461e8 # Parent 8f12afb633ece34922dbaf519e1f3c4765eca190 mod_storage_xmlarchive: Adjust wording in log message diff -r 8f12afb633ec -r a51beeb5aecf mod_storage_xmlarchive/mod_storage_xmlarchive.lua --- 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