Additional file sync debugging
This commit is contained in:
parent
af304f0834
commit
2f2e8c25da
1 changed files with 4 additions and 0 deletions
|
@ -259,6 +259,10 @@ Zotero.Sync.Storage.Session.ZFS.prototype.downloadFile = function (request) {
|
|||
},
|
||||
onStop: function (request, status, response, data) {
|
||||
if (status != 200) {
|
||||
try {
|
||||
Zotero.debug(this._response);
|
||||
}
|
||||
catch (e) {}
|
||||
var msg = "Unexpected status code " + status
|
||||
+ " for request " + data.request.name + " in Zotero.Sync.Storage.Session.ZFS.downloadFile()";
|
||||
Zotero.debug(msg, 1);
|
||||
|
|
Loading…
Add table
Reference in a new issue