Commit 360da663 authored by liaozan's avatar liaozan Committed by Stephane Nicoll

Fix UndertowWebServer's logger name

See gh-16613
parent 6774cc51
......@@ -49,7 +49,7 @@ import org.springframework.util.StringUtils;
*/
public class UndertowWebServer implements WebServer {
private static final Log logger = LogFactory.getLog(UndertowServletWebServer.class);
private static final Log logger = LogFactory.getLog(UndertowWebServer.class);
private final Object monitor = new Object();
......
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