mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_websocket: Convert set to string (syslog sink needs a better fix)
This commit is contained in:
parent
25efb61c24
commit
bd52588649
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ function module.add_host(module)
|
|||
-- This might be weird with random load order
|
||||
local_cross_domain:exclude(cross_domain);
|
||||
cross_domain:include(local_cross_domain);
|
||||
module:log("debug", "cross_domain = %s", cross_domain);
|
||||
module:log("debug", "cross_domain = %s", tostring(cross_domain));
|
||||
function module.unload()
|
||||
cross_domain:exclude(local_cross_domain);
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue