From 42f87597cf8620e5a71da4e8ca9f3755d360d580 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 27 Apr 2023 03:39:25 -0400 Subject: [PATCH] Add missing debug line for notifier registration --- chrome/content/zotero/xpcom/notifier.js | 1 + 1 file changed, 1 insertion(+) 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,