This commit is contained in:
Phillip Webb 2018-04-02 09:51:42 -07:00
parent ecfc8d73f1
commit a20df82067
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ public class Restarter {
}
}
catch (Exception ex) {
// Ignore
this.logger.debug("Unable to clear field " + type + " " + fieldName, ex);
}
}