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