Unverified Commit 5937429b authored by Guus der Kinderen's avatar Guus der Kinderen Committed by GitHub

Fixed omission in debug statement.

parent 2abc6ebf
......@@ -447,7 +447,7 @@ public class LocalOutgoingServerSession extends LocalServerSession implements Ou
}
final boolean dialbackOffered = features.element("dialback") != null;
log.debug("Remote server is offering dialback: {}, EXTERNAL SASL:", dialbackOffered, saslEXTERNALoffered );
log.debug("Remote server is offering dialback: {}, EXTERNAL SASL: {}", dialbackOffered, saslEXTERNALoffered );
LocalOutgoingServerSession result = null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment