reduce loudness of reflector message

This commit is contained in:
Alex Grintsvayg 2017-02-13 12:12:32 -05:00
parent 11b1f8c7af
commit c7106dfc97

View file

@ -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",