mod_storage_internal: Include store name when reporting quota status

This commit is contained in:
Kim Alvefur 2019-03-22 02:24:48 +01:00
parent 2fed4a88c2
commit 5bb703f07f

View file

@ -109,7 +109,7 @@ function archive:append(username, key, value, when, with)
key = id();
end
module:log("debug", "%s has %d items out of %d limit", username, item_count, archive_item_limit);
module:log("debug", "%s has %d items out of %d limit in store %s", username, item_count, archive_item_limit, self.store);
value.key = key;