Additional debugging for unexpected status code storage error
This commit is contained in:
parent
9cb95ac77c
commit
62290e0bcd
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue