Fix UndertowWebServer's logger name

See gh-16613
pull/16502/head
liaozan 6 years ago committed by Stephane Nicoll
parent 6774cc5119
commit 360da66333

@ -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();

Loading…
Cancel
Save