Skip to content

Commit a196d5b

Browse files
committed
Reduce logging about no idle peers
1 parent a4d9d24 commit a196d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trinity/sync/full/state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ async def request_nodes(self, node_keys: Iterable[Hash32]) -> None:
232232
try:
233233
peer = await self.get_peer_for_request(not_yet_requested)
234234
except NoIdlePeers:
235-
self.logger.debug(
235+
self.logger.trace(
236236
"No idle peers have any of the %d trie nodes we want, sleeping a bit",
237237
len(not_yet_requested),
238238
)

0 commit comments

Comments
 (0)