Skip to content

Commit a20df82

Browse files
committed
Polish
1 parent ecfc8d7 commit a20df82

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-devtools/src/main/java/org/springframework/boot/devtools/restart

1 file changed

+1
-1
lines changed

spring-boot-devtools/src/main/java/org/springframework/boot/devtools/restart/Restarter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ private void clear(Class<?> type, String fieldName) throws Exception {
415415
}
416416
}
417417
catch (Exception ex) {
418-
// Ignore
418+
this.logger.debug("Unable to clear field " + type + " " + fieldName, ex);
419419
}
420420
}
421421

0 commit comments

Comments
 (0)