From a20df82067bd7233152dceb6cf96e1338a3e93c7 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 2 Apr 2018 09:51:42 -0700 Subject: [PATCH] Polish --- .../org/springframework/boot/devtools/restart/Restarter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-devtools/src/main/java/org/springframework/boot/devtools/restart/Restarter.java b/spring-boot-devtools/src/main/java/org/springframework/boot/devtools/restart/Restarter.java index a94740522e0..8d23a5ff569 100644 --- a/spring-boot-devtools/src/main/java/org/springframework/boot/devtools/restart/Restarter.java +++ b/spring-boot-devtools/src/main/java/org/springframework/boot/devtools/restart/Restarter.java @@ -415,7 +415,7 @@ public class Restarter { } } catch (Exception ex) { - // Ignore + this.logger.debug("Unable to clear field " + type + " " + fieldName, ex); } }