forked from LBRYCommunity/lbry-sdk
reduce loudness of reflector message
This commit is contained in:
parent
11b1f8c7af
commit
c7106dfc97
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ class EncryptedFileReflectorClient(Protocol):
|
||||||
else:
|
else:
|
||||||
if response_dict['received_blob']:
|
if response_dict['received_blob']:
|
||||||
self.reflected_blobs.append(self.next_blob_to_send.blob_hash)
|
self.reflected_blobs.append(self.next_blob_to_send.blob_hash)
|
||||||
log.info("Sent reflector blob %s for %s", self.next_blob_to_send,
|
log.debug("Sent reflector blob %s for %s", self.next_blob_to_send,
|
||||||
self.lbry_uri)
|
self.lbry_uri)
|
||||||
else:
|
else:
|
||||||
log.warning("Reflector failed to receive blob %s for %s",
|
log.warning("Reflector failed to receive blob %s for %s",
|
||||||
|
|
Loading…
Reference in a new issue