From 5be0b93eadaa9b77942b8507b6152f46de46be67 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sat, 30 Jan 2021 17:35:13 +0100 Subject: 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mod_http_file_share.lua b/plugins/mod_http_file_share.lua index 65f28345..cc64b0ff 100644 --- a/plugins/mod_http_file_share.lua +++ b/plugins/mod_http_file_share.lua @@ -317,7 +317,7 @@ if expiry >= 0 and not external_base_url then 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 -- cgit v1.2.3