diff options
| -rw-r--r-- | client/src/leap/soledad/client/crypto.py | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/leap/soledad/client/crypto.py b/client/src/leap/soledad/client/crypto.py index bdbaa8e0..6328fd2b 100644 --- a/client/src/leap/soledad/client/crypto.py +++ b/client/src/leap/soledad/client/crypto.py @@ -345,6 +345,7 @@ def encrypt_docstr(docstr, doc_id, doc_rev, key, secret):      # convert binary data to hexadecimal representation so the JSON      # serialization does not complain about what it tries to serialize.      hex_ciphertext = binascii.b2a_hex(ciphertext) +    logger.debug("Encrypting doc: %s" % doc_id)      return json.dumps({          crypto.ENC_JSON_KEY: hex_ciphertext,          crypto.ENC_SCHEME_KEY: enc_scheme,  | 
