plugins/mod_compression.lua

changeset 3301
772fb30b28fb
parent 3226
69e920d7c968
parent 3295
8865d1b3dce2
child 3532
4f2cd1c688e1
--- a/plugins/mod_compression.lua	Tue Jun 29 19:18:07 2010 +0100
+++ b/plugins/mod_compression.lua	Tue Jun 29 20:17:21 2010 +0100
@@ -56,7 +56,7 @@
 						local algorithm = a[1]
 						if algorithm == "zlib" then
 							session.sends2s(st.stanza("compress", {xmlns=xmlns_compression_protocol}):tag("method"):text("zlib"))
-							session.log("info", "Enabled compression using zlib.")
+							session.log("debug", "Enabled compression using zlib.")
 							return true;
 						end
 					end

mercurial