summaryrefslogtreecommitdiffstats
path: root/services/sync/modules/identity.js
diff options
context:
space:
mode:
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 624fad21c..f89ffca47 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("Failed to create sync key bundle", Utils.exceptionStr(ex));
+ this._log.warn("Failed to create sync key bundle", ex);
return null;
}
}