diff options
-rw-r--r-- | plugins/mod_http_file_share.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |