mod_scansion_record: Log name of scanison log on shutdown

This commit is contained in:
Kim Alvefur 2018-09-22 14:30:10 +02:00
parent f0541eb886
commit dd75571eab

View file

@ -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);