mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_storage_internal: Include store name when reporting quota status
This commit is contained in:
parent
2fed4a88c2
commit
5bb703f07f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue