commit 2414ec64721411a3ced005da5651f464c2a850b0 parent 56f9f04340685edc6d0e2145a655b3cc2eba46fc Author: Adomas VenĨkauskas <adomas.ven@gmail.com> Date: Mon, 26 Jun 2017 09:49:41 +0300 Fix a debug log line Diffstat:
| M | chrome/content/zotero/feedSettings.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/feedSettings.js b/chrome/content/zotero/feedSettings.js @@ -42,7 +42,7 @@ var Zotero_Feed_Settings = new function() { if (/^https?:\/\/[^\/\s]+\/\S/.test(cleanURL)) { return cleanURL; } else { - Zotero.debug(uri.scheme + " is not a supported protocol for feeds"); + Zotero.debug(url + " has an unsupported protocol for feeds"); } } };