Fix a debug log line

This commit is contained in:
Adomas Venčkauskas 2017-06-26 09:49:41 +03:00
parent 56f9f04340
commit 2414ec6472

View File

@ -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");
}
}
};