Additional debugging for unexpected status code storage error
This commit is contained in:
parent
bbffc9cf29
commit
921835b0d4
|
@ -392,11 +392,11 @@ Zotero.Sync.Storage = new function () {
|
|||
return;
|
||||
}
|
||||
else if (req.status != 207) {
|
||||
Zotero.debug(req.responseText);
|
||||
_error("Unexpected status code " + req.status + " in " + funcName);
|
||||
}
|
||||
|
||||
_checkResponse(req);
|
||||
|
||||
Zotero.debug(req.responseText);
|
||||
|
||||
var D = "DAV:";
|
||||
|
|
Loading…
Reference in New Issue
Block a user