Mercurial > prosody-hg
diff core/presencemanager.lua @ 1074:7798735be42b
presencemanager: Lower log level of a message
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Thu, 30 Apr 2009 02:30:03 +0100 |
| parents | d2692d427496 |
| children |
line wrap: on
line diff
--- a/core/presencemanager.lua Thu Apr 30 01:46:36 2009 +0100 +++ b/core/presencemanager.lua Thu Apr 30 02:30:03 2009 +0100 @@ -144,7 +144,7 @@ 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
