mirror of
https://github.com/bjc/prosody.git
synced 2025-04-07 07:07:38 +03:00
mod_scansion_record: Lower log message to 'info' level
This commit is contained in:
parent
4fb620b711
commit
cecaab43e1
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ module:hook("resource-bind", function (event)
|
|||
password = "password",
|
||||
});
|
||||
|
||||
module:log("warn", "Connected: %s", session.scansion_id);
|
||||
module:log("info", "Connected: %s", session.scansion_id);
|
||||
record_event(session, "connects");
|
||||
|
||||
filters.add_filter(session, "stanzas/in", record_stanza_in);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue