Lower log level of out of range warning

This commit is contained in:
s809
2024-11-22 14:54:37 +05:00
parent 97943107f7
commit aa5c4aa9c4
@@ -254,7 +254,7 @@ public abstract class AbstractFullDataNetworkRequestQueue implements IDebugRende
}
catch (RequestOutOfRangeException e)
{
LOGGER.warn("Out of range, re-queueing task [" + DhSectionPos.toString(sectionPos) + "]: " + e.getMessage());
LOGGER.debug("Out of range, re-queueing task [" + DhSectionPos.toString(sectionPos) + "]: " + e.getMessage());
entry.networkDataSourceFuture = null;
return null;