Commit 121b71ee authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

Fixed up previous patch a bit.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10534 b35dd754-fafc-0310-a699-88a17e54d16e
parent 90e4f466
...@@ -57,7 +57,7 @@ public class JettyLog implements Logger { ...@@ -57,7 +57,7 @@ public class JettyLog implements Logger {
return new JettyLog(); return new JettyLog();
} }
private String format(String msg, Object arg0, Object arg2) { private String format(String msg, Object arg0, Object arg1) {
int sub0 = msg.indexOf("{}"); int sub0 = msg.indexOf("{}");
int sub1 = (sub0 > 0) ? ( 0 ) : ( msg.indexOf("{}") ); int sub1 = (sub0 > 0) ? ( 0 ) : ( msg.indexOf("{}") );
......
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