Changeset

11343:f125ac529c22

mod_http_file_share: Clarify log message No expired ... what? Could be inferred from the module logging it, but better to be explicit.
author Kim Alvefur <zash@zash.se>
date Sat, 30 Jan 2021 17:35:13 +0100
parents 11342:44f983174e6a
children 11344:f06afb410a9f
files plugins/mod_http_file_share.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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