mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-03 16:35:50 +00:00
demote dead entry messages to debug level
This commit is contained in:
parent
8b4e51b876
commit
d17dcc17b0
@ -385,7 +385,7 @@ public class ConfigPackImpl implements ConfigPack {
|
|||||||
private void checkDeadEntries() {
|
private void checkDeadEntries() {
|
||||||
registryMap.forEach((clazz, pair) -> ((OpenRegistryImpl<?>) pair.getLeft())
|
registryMap.forEach((clazz, pair) -> ((OpenRegistryImpl<?>) pair.getLeft())
|
||||||
.getDeadEntries()
|
.getDeadEntries()
|
||||||
.forEach((id, value) -> logger.warn("Dead entry in '{}' registry: '{}'", ReflectionUtil.typeToString(clazz), id)));
|
.forEach((id, value) -> logger.debug("Dead entry in '{}' registry: '{}'", ReflectionUtil.typeToString(clazz), id)));
|
||||||
}
|
}
|
||||||
|
|
||||||
@SuppressWarnings({ "unchecked", "rawtypes" })
|
@SuppressWarnings({ "unchecked", "rawtypes" })
|
||||||
|
Loading…
x
Reference in New Issue
Block a user