Software /
code /
prosody
Diff
plugins/mod_http_file_share.lua @ 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 |
parent | 11336:b05331cff47a |
child | 11345:0fec04b64a49 |
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