mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 09:49:01 +00:00
Polish 'Fix typo in LocalDevToolsAutoConfiguration logging'
See gh-33569
This commit is contained in:
+1
-1
@@ -211,7 +211,7 @@ public class LocalDevToolsAutoConfiguration {
|
||||
public void onApplicationEvent(ClassPathChangedEvent event) {
|
||||
if (event.isRestartRequired()) {
|
||||
logger.info(LogMessage.format("Restarting due to %s", event.overview()));
|
||||
logger.debug(LogMessage.of(() -> "Change set: " + event.getChangeSet()));
|
||||
logger.debug(LogMessage.format("Change set: %s", event.getChangeSet()));
|
||||
Restarter.getInstance().restart(new FileWatchingFailureHandler(this.fileSystemWatcherFactory));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user