diff options
Diffstat (limited to 'services/sync/modules/addonutils.js')
-rw-r--r-- | services/sync/modules/addonutils.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/sync/modules/addonutils.js b/services/sync/modules/addonutils.js index 11b6b0397..3332f4cfc 100644 --- a/services/sync/modules/addonutils.js +++ b/services/sync/modules/addonutils.js @@ -164,7 +164,7 @@ AddonUtilsInternal.prototype = { install.install(); } catch (ex) { - this._log.error("Error installing add-on: " + Utils.exceptionstr(ex)); + this._log.error("Error installing add-on: ", ex); cb(ex, null); } }.bind(this), options.requireSecureURI); |