From 2414ec64721411a3ced005da5651f464c2a850b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adomas=20Ven=C4=8Dkauskas?= Date: Mon, 26 Jun 2017 09:49:41 +0300 Subject: [PATCH] Fix a debug log line --- 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 index 34b7576a0..9261049c7 100644 --- 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"); } } };