mod_http_file_share: Clarify log message

No expired ... what? Could be inferred from the module logging it, but
better to be explicit.
This commit is contained in:
Kim Alvefur 2021-01-30 17:35:13 +01:00
parent b97394ed9f
commit 5be0b93ead

View file

@ -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