plugins/mod_storage_internal.lua
changeset 9899 6bd65bff03b5
parent 9892 5669bb11ac7b
child 9907 2c5546cc5c70
--- 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;