summaryrefslogtreecommitdiffstats
path: root/services/sync/modules/notifications.js
diff options
context:
space:
mode:
Diffstat (limited to 'services/sync/modules/notifications.js')
-rw-r--r--services/sync/modules/notifications.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/sync/modules/notifications.js b/services/sync/modules/notifications.js
index 72187a4ce..5a67a7414 100644
--- a/services/sync/modules/notifications.js
+++ b/services/sync/modules/notifications.js
@@ -119,7 +119,7 @@ this.NotificationButton =
callback.apply(this, arguments);
} catch (e) {
let logger = Log.repository.getLogger("Sync.Notifications");
- logger.error("An exception occurred: " + Utils.exceptionStr(e));
+ logger.error("An exception occurred: ", e);
logger.info(Utils.stackTrace(e));
throw e;
}