319444 Two nulls are appended to log statements from ContextHanler
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2154 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
d36051f5de
commit
ce7c80c92b
|
@ -3,6 +3,7 @@ jetty-7.2-SNAPSHOT
|
|||
+ 320264 dupliate mime entry
|
||||
+ 319334 Concurrent, sharable ResourceCache
|
||||
+ 319370 WebAppClassLoader.Context
|
||||
+ 319444 Two nulls are appended to log statements from ContextHanler$Context
|
||||
+ 320073 Reconsile configuration mechanism
|
||||
+ 320112 Websocket in aggregate jars
|
||||
+ JETTY-1245 Do not use direct buffers with NIO SSL
|
||||
|
|
|
@ -1648,7 +1648,7 @@ public class ContextHandler extends ScopedHandler implements Attributes, Server.
|
|||
*/
|
||||
public void log(String msg)
|
||||
{
|
||||
_logger.info(msg, null, null);
|
||||
_logger.info(msg);
|
||||
}
|
||||
|
||||
/* ------------------------------------------------------------ */
|
||||
|
|
Loading…
Reference in New Issue