mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-30 05:31:23 +00:00
reduced logging spam
This commit is contained in:
@@ -65,7 +65,7 @@ public class ArbitraryDataFileRequestThread {
|
|||||||
ThreadPoolExecutor threadPoolExecutor = (ThreadPoolExecutor) value;
|
ThreadPoolExecutor threadPoolExecutor = (ThreadPoolExecutor) value;
|
||||||
if (threadPoolExecutor.getActiveCount() == 0) {
|
if (threadPoolExecutor.getActiveCount() == 0) {
|
||||||
if (this.executorByPeer.computeIfPresent(key, (k, v) -> null) == null) {
|
if (this.executorByPeer.computeIfPresent(key, (k, v) -> null) == null) {
|
||||||
LOGGER.info("removed executor: peer = " + key);
|
LOGGER.trace("removed executor: peer = " + key);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user