aboutsummaryrefslogtreecommitdiffstats
path: root/core/presencemanager.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2009-04-30 03:05:56 +0100
committerMatthew Wild <mwild1@gmail.com>2009-04-30 03:05:56 +0100
commit0188e331a5f9e8cd99c9872e9580f5b7811a5ccc (patch)
tree169a549af80682e0effdff00a5c0414ff734b300 /core/presencemanager.lua
parent5553cf3c48dbcbdc66fa734ce9371793d42d48bc (diff)
parenta1a1fd2213c069994ddbb9b03e8ae39281deb6d5 (diff)
downloadprosody-0188e331a5f9e8cd99c9872e9580f5b7811a5ccc.tar.gz
prosody-0188e331a5f9e8cd99c9872e9580f5b7811a5ccc.zip
Merge with 0.4
Diffstat (limited to 'core/presencemanager.lua')
-rw-r--r--core/presencemanager.lua2
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