summaryrefslogtreecommitdiff
path: root/client/changes
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2015-05-04 13:26:57 -0300
committerdrebs <drebs@leap.se>2015-05-20 10:16:46 -0300
commitb75bedb065cfbbb2993659d867ef554ff70596ae (patch)
tree4625022b5b88013b632289766f3c7cf8bc02716a /client/changes
parent6ab3fe57764c2e5f2a5688d377fe46a51437f0be (diff)
[bug] fix log messages for secrets in storage
Diffstat (limited to 'client/changes')
-rw-r--r--client/changes/bug_6892_fix-log-message-for-local-secret2
-rw-r--r--client/changes/bug_fix-async-decrypt2
2 files changed, 4 insertions, 0 deletions
diff --git a/client/changes/bug_6892_fix-log-message-for-local-secret b/client/changes/bug_6892_fix-log-message-for-local-secret
new file mode 100644
index 00000000..39c13257
--- /dev/null
+++ b/client/changes/bug_6892_fix-log-message-for-local-secret
@@ -0,0 +1,2 @@
+ o Fix the log message when a local secret is not found so it's less
+ confusing. Closes #6892.
diff --git a/client/changes/bug_fix-async-decrypt b/client/changes/bug_fix-async-decrypt
new file mode 100644
index 00000000..eb0ce7b5
--- /dev/null
+++ b/client/changes/bug_fix-async-decrypt
@@ -0,0 +1,2 @@
+ o Refactor asynchronous encryption/decryption code to its own file.
+ o Fix logging and graceful failing when exceptions are raised during sync.