From 0fe1ec7fa32ef5c9a299eb4e6d9c38abac1bdbb7 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Wed, 26 Mar 2008 17:35:32 +0000 Subject: [PATCH] add a little more debug code to Juniper proxy --- chrome/content/zotero/xpcom/ingester.js | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/content/zotero/xpcom/ingester.js b/chrome/content/zotero/xpcom/ingester.js index e61682675..842e9a8d9 100644 --- a/chrome/content/zotero/xpcom/ingester.js +++ b/chrome/content/zotero/xpcom/ingester.js @@ -186,6 +186,7 @@ Zotero.Ingester.ProxyMonitor = new function() { url = _mapToJuniperProxy[uri.hostPort].prePath+m[1]+m[2]+",DanaInfo="+uri.hostPort+_mapToJuniperProxy[uri.hostPort].additionalInfo+"+"; } if(m[3]) url += m[3]; + Zotero.debug("Juniper Proxy: proxied url is "+url); } } }