diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-10-06 12:07:35 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-10-06 12:07:35 +0200 |
commit | eae3be4cfe133a86cc4175ebee9ce72055973b40 (patch) | |
tree | b845d1a67ea047c2eb6487cc554f693f686af743 /services/sync/modules/identity.js | |
parent | 04ebf989fb9dcbd2d67efa5194695ede1f417712 (diff) | |
download | uxp-eae3be4cfe133a86cc4175ebee9ce72055973b40.tar.gz |
Make Everything Workâ˘
Diffstat (limited to 'services/sync/modules/identity.js')
-rw-r--r-- | services/sync/modules/identity.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/sync/modules/identity.js b/services/sync/modules/identity.js index cd28f5efeb..624fad21ce 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; } } |