Software /
code /
prosody
Changeset
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 | 1073:7c20373d4451 |
children | 1075:831c84cbf5fa |
files | core/presencemanager.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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