mod_compression: Lowered a log level.

Thu, 24 Jun 2010 03:46:05 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Thu, 24 Jun 2010 03:46:05 +0500
changeset 3295
8865d1b3dce2
parent 3241
fee11dbd5cf8
child 3296
5f57f2f81c02

mod_compression: Lowered a log level.

plugins/mod_compression.lua file | annotate | diff | comparison | revisions
--- a/plugins/mod_compression.lua	Sat Jun 12 02:47:32 2010 +0100
+++ b/plugins/mod_compression.lua	Thu Jun 24 03:46:05 2010 +0500
@@ -55,7 +55,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