Diff

core/presencemanager.lua @ 1079:84e6455be8ed

Merge with 0.4
author Matthew Wild <mwild1@gmail.com>
date Thu, 30 Apr 2009 03:05:56 +0100
parent 1074:7798735be42b
line wrap: on
line diff
--- a/core/presencemanager.lua	Wed Apr 29 20:53:33 2009 +0100
+++ b/core/presencemanager.lua	Thu Apr 30 03:05:56 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