mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 14:17:37 +03:00
mod_scansion_record: Log name of scanison log on shutdown
This commit is contained in:
parent
f0541eb886
commit
dd75571eab
1 changed files with 1 additions and 0 deletions
|
@ -72,5 +72,6 @@ module:hook("resource-bind", function (event)
|
|||
end);
|
||||
|
||||
module:hook_global("server-stopping", function ()
|
||||
module:log("info", "Scansion recording available in %s", record_file);
|
||||
scan:close();
|
||||
end);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue