mod_http_file_share: Clarify log message
authorKim Alvefur <zash@zash.se>
Sat, 30 Jan 2021 17:35:13 +0100
changeset 11347 f125ac529c22
parent 11346 44f983174e6a
child 11348 f06afb410a9f
mod_http_file_share: Clarify log message No expired ... what? Could be inferred from the module logging it, but better to be explicit.
plugins/mod_http_file_share.lua
--- a/plugins/mod_http_file_share.lua	Sat Jan 30 01:18:33 2021 +0100
+++ b/plugins/mod_http_file_share.lua	Sat Jan 30 17:35:13 2021 +0100
@@ -317,7 +317,7 @@
 		local iter, total = assert(uploads:find(nil, {["end"] = boundary_time; total = true}));
 
 		if total == 0 then
-			module:log("info", "No expired to prune");
+			module:log("info", "No expired uploaded files to prune");
 			return;
 		end