commit 39b01b80e0b81855799ba7f6843bfd2a379a06ad parent d3a69be9970035befda4547c06ea48804f138129 Author: Dan Stillman <dstillman@zotero.org> Date: Fri, 10 Oct 2014 19:17:55 -0400 Additional debugging for download overlay issue Diffstat:
| M | chrome/content/zotero/downloadOverlay.js | | | 7 | ++----- |
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/chrome/content/zotero/downloadOverlay.js b/chrome/content/zotero/downloadOverlay.js @@ -70,16 +70,13 @@ var Zotero_DownloadOverlay = new function() { } // TODO: Just show an error instead? else { - Zotero.debug("libraryID: " + itemGroup.ref.libraryID); - Zotero.debug("editable: " + itemGroup.ref.editable); - Zotero.debug("filesEditable: " + itemGroup.ref.filesEditable); + Zotero.debug(itemGroup, 2); Zotero.debug("Cannot save files to library " + itemGroup.ref.libraryID - + " -- saving to personal library instead"); + + " -- saving to personal library instead", 2); } } catch(e) { Zotero.debug(e, 1); }; - Zotero.debug("Library ID is " + libraryID); var recognizePDF = document.getElementById('zotero-recognizePDF').checked && !document.getElementById('zotero-recognizePDF').hidden