core/presencemanager.lua
changeset 1074 7798735be42b
parent 966 d2692d427496
--- 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