diff --git a/chrome/content/zotero/xpcom/notifier.js b/chrome/content/zotero/xpcom/notifier.js index 387c16a13d..98621c4077 100644 --- a/chrome/content/zotero/xpcom/notifier.js +++ b/chrome/content/zotero/xpcom/notifier.js @@ -76,6 +76,7 @@ Zotero.Notifier = new function(){ if (priority) { msg += " with priority " + priority; } + Zotero.debug(msg, 4); _observers[hash] = { ref: ref, types: types,