diff -r 342f401f354c -r d60e68855176 plugins/mod_presence.lua --- a/plugins/mod_presence.lua Thu May 28 02:56:13 2009 +0100 +++ b/plugins/mod_presence.lua Thu May 28 02:59:47 2009 +0100 @@ -132,7 +132,7 @@ end stanza.attr.to = nil; -- reset it else - log("error", "presence recieved from client with no roster"); + log("warn", "presence recieved from client with no roster"); end end @@ -153,7 +153,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