diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/presencemanager.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/presencemanager.lua b/core/presencemanager.lua index db6bbf9a..ae73d676 100644 --- a/core/presencemanager.lua +++ b/core/presencemanager.lua @@ -144,7 +144,7 @@ function send_presence_of_available_resources(user, host, jid, recipient_session end end end - log("info", "broadcasted presence of "..count.." resources from "..user.."@"..host.." to "..jid); + log("debug", "broadcasted presence of "..count.." resources from "..user.."@"..host.." to "..jid); return count; end |