Skip to content

Commit 277784b

Browse files
1993heqiangmhalbritter
authored andcommitted
Update logger to use GracefulShutdown.class
See gh-34220
1 parent 891dc91 commit 277784b

File tree

1 file changed

+2
-2
lines changed
  • spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/jetty

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/jetty/GracefulShutdown.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2021 the original author or authors.
2+
* Copyright 2012-2023 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -39,7 +39,7 @@
3939
*/
4040
final class GracefulShutdown {
4141

42-
private static final Log logger = LogFactory.getLog(JettyWebServer.class);
42+
private static final Log logger = LogFactory.getLog(GracefulShutdown.class);
4343

4444
private final Server server;
4545

0 commit comments

Comments
 (0)