# HG changeset patch # User Kim Alvefur # Date 1553217888 -3600 # Node ID 6bd65bff03b5644d4172b6ae170856fa27337558 # Parent 8747ccf0008c6c9fb7f3b839357e72afc19d20b2 mod_storage_internal: Include store name when reporting quota status diff -r 8747ccf0008c -r 6bd65bff03b5 plugins/mod_storage_internal.lua --- a/plugins/mod_storage_internal.lua Fri Mar 22 02:22:21 2019 +0100 +++ b/plugins/mod_storage_internal.lua Fri Mar 22 02:24:48 2019 +0100 @@ -109,7 +109,7 @@ 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;