summaryrefslogtreecommitdiffstats
path: root/services/sync/modules/identity.js
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-10-06 12:07:35 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-10-06 12:07:35 +0200
commiteae3be4cfe133a86cc4175ebee9ce72055973b40 (patch)
treeb845d1a67ea047c2eb6487cc554f693f686af743 /services/sync/modules/identity.js
parent04ebf989fb9dcbd2d67efa5194695ede1f417712 (diff)
downloadUXP-eae3be4cfe133a86cc4175ebee9ce72055973b40.tar
UXP-eae3be4cfe133a86cc4175ebee9ce72055973b40.tar.gz
UXP-eae3be4cfe133a86cc4175ebee9ce72055973b40.tar.lz
UXP-eae3be4cfe133a86cc4175ebee9ce72055973b40.tar.xz
UXP-eae3be4cfe133a86cc4175ebee9ce72055973b40.zip
Make Everything Work™
Diffstat (limited to 'services/sync/modules/identity.js')
-rw-r--r--services/sync/modules/identity.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/sync/modules/identity.js b/services/sync/modules/identity.js
index cd28f5efe..624fad21c 100644
--- a/services/sync/modules/identity.js
+++ b/services/sync/modules/identity.js
@@ -337,7 +337,7 @@ IdentityManager.prototype = {
try {
this._syncKeyBundle = new SyncKeyBundle(this.username, this.syncKey);
} catch (ex) {
- this._log.warn(Utils.exceptionStr(ex));
+ this._log.warn("Failed to create sync key bundle", Utils.exceptionStr(ex));
return null;
}
}