mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
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:
parent
b97394ed9f
commit
5be0b93ead
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue