diff -r a2972f9fda6d -r 7d7618c21321 plugins/mod_saslauth.lua --- a/plugins/mod_saslauth.lua Tue Dec 22 21:08:58 2009 +0100 +++ b/plugins/mod_saslauth.lua Wed Dec 23 16:45:03 2009 -0500 @@ -121,7 +121,7 @@ local text = stanza[1]; if text then text = base64.decode(text); - log("debug", "%s", text); + log("debug", "%s", text); -- FIXME: binary output will screw up the terminal if not text then session.sasl_handler = nil; session.send(build_reply("failure", "incorrect-encoding"));