mirror of
https://github.com/Qortal/qortal.git
synced 2025-06-07 08:46:58 +00:00
Reduced "Ignoring hash list request" logs from DEBUG to TRACE
This commit is contained in:
parent
878394535e
commit
a5c11d4c23
@ -529,7 +529,7 @@ public class ArbitraryDataFileListManager {
|
|||||||
|
|
||||||
// If we've seen this request recently, then ignore
|
// If we've seen this request recently, then ignore
|
||||||
if (arbitraryDataFileListRequests.putIfAbsent(message.getId(), newEntry) != null) {
|
if (arbitraryDataFileListRequests.putIfAbsent(message.getId(), newEntry) != null) {
|
||||||
LOGGER.debug("Ignoring hash list request from peer {} for signature {}", peer, signature58);
|
LOGGER.trace("Ignoring hash list request from peer {} for signature {}", peer, signature58);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user