diff --git a/system-addon/lib/SectionsManager.jsm b/system-addon/lib/SectionsManager.jsm index 2da7e7596..1d419d528 100644 --- a/system-addon/lib/SectionsManager.jsm +++ b/system-addon/lib/SectionsManager.jsm @@ -116,7 +116,7 @@ const SectionsManager = { options = JSON.parse(optionsPrefValue); } catch (e) { options = {}; - Cu.reportError("Problem parsing options pref", e); + Cu.reportError(`Problem parsing options pref for ${feedPrefName}`); } const section = BUILT_IN_SECTIONS[feedPrefName](options); section.pref.feed = feedPrefName;