# HG changeset patch # User Kim Alvefur # Date 1612024513 -3600 # Node ID f125ac529c2233dff76e2e975ab6996708765374 # Parent 44f983174e6aad91fad8806f645094014b2d1bcb mod_http_file_share: Clarify log message No expired ... what? Could be inferred from the module logging it, but better to be explicit. diff -r 44f983174e6a -r f125ac529c22 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