commit 2d8132b6c80921515cce14c9a560c53fbc093c7b
parent 1247896d70c5c8aa3e8ff13cd4d28e8910368f81
Author: Dan Stillman <dstillman@zotero.org>
Date: Thu, 13 Jul 2017 01:28:09 -0400
Log URL for snapshot save timeouts
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/utilities_internal.js b/chrome/content/zotero/xpcom/utilities_internal.js
@@ -470,7 +470,7 @@ Zotero.Utilities.Internal = {
if (deferred.promise.isPending()) {
Zotero.debug("Stopping save for " + document.location.href, 2);
//Zotero.debug(listener.getRequest());
- deferred.reject("Snapshot save timeout");
+ deferred.reject("Snapshot save timeout on " + document.location.href);
wbp.cancelSave();
}
}, this.SNAPSHOT_SAVE_TIMEOUT);