diff --git a/onionr/onionrutils.py b/onionr/onionrutils.py index 30edf2a8..142d2666 100644 --- a/onionr/onionrutils.py +++ b/onionr/onionrutils.py @@ -325,7 +325,7 @@ class OnionrUtils: try: message = self._core._crypto.pubKeyDecrypt(message.replace('-pm-', ''), encodedData=True, anonymous=True) except nacl.exceptions.CryptoError as e: - logger.debug('Unable to decrypt ' + i, error=e) + logger.error('Unable to decrypt ' + i, error=e) pass else: logger.info('Recieved message: ' + message.decode())