usermanager, mod_auth_internal_hashed, mod_legacyauth: New order of parameters for...
[prosody.git] / plugins / mod_compression.lua
index 9edee44a770f7ff4358253c4332f8e2f1d9b00f8..d890931fe8bce1f5e2001208efc3932b31dadb9e 100644 (file)
@@ -56,7 +56,7 @@ module:hook_stanza(xmlns_stream, "features",
                                                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