Changeset

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
parents 9894:8747ccf0008c
children 9896:dafe1b544822
files plugins/mod_storage_internal.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;