Convert section pos to readable format in one of logs

This commit is contained in:
s809
2025-01-01 21:24:15 +05:00
parent 3b1f49e0b7
commit 3648c83b2a
@@ -186,7 +186,7 @@ public class FullDataSourceRequestHandler
continue;
}
LOGGER.debug("[" + this.getLevelIdentifier() + "] Fulfilled request group [" + entry.getKey() + "]");
LOGGER.debug("[" + this.getLevelIdentifier() + "] Fulfilled request group [" + DhSectionPos.toString(entry.getKey()) + "]");
// Make this group unavailable for adding into
this.requestGroupsByPos.remove(entry.getKey());