Software /
code /
prosody
Diff
plugins/mod_storage_internal.lua @ 9895:6bd65bff03b5
mod_storage_internal: Include store name when reporting quota status
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 22 Mar 2019 02:24:48 +0100 |
parent | 9888:5669bb11ac7b |
child | 9903:2c5546cc5c70 |
line wrap: on
line diff
--- 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;