Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyShi22 authored and bxq2011hust committed Jul 4, 2019
1 parent 478e651 commit cee2e6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libsecurity/EncryptedFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ bytes EncryptedFile::decryptContents(
<< LOG_KV("file", _filePath);
string encContextsStr = contentsString(_filePath);
encFileBytes = fromHex(encContextsStr);
LOG(DEBUG) << LOG_BADGE("ENCFILE") << LOG_DESC("Enc file contents")
<< LOG_KV("string", encContextsStr) << LOG_KV("bytes", toHex(encFileBytes));

bytes dataKey;
if (nullptr == _keyCenter)
Expand Down

0 comments on commit cee2e6d

Please sign in to comment.