Fix UndertowWebServer's logger name

See gh-16613
This commit is contained in:
liaozan 2019-04-21 00:19:21 +08:00 committed by Stephane Nicoll
parent 6774cc5119
commit 360da66333
1 changed files with 1 additions and 1 deletions

View File

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