mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
print http status, even for successful requests
This commit is contained in:
parent
73077fa65b
commit
a422bdb9b3
@ -237,7 +237,7 @@ Resource.prototype = {
|
||||
break;
|
||||
|
||||
} else if (Utils.checkStatus(this._lastRequest.status)) {
|
||||
this._log.debug(action + " request successful");
|
||||
this._log.debug(action + " request successful (" + this._lastRequest.status + ")");
|
||||
this._dirty = false;
|
||||
|
||||
if ("GET" == action || "POST" == action) {
|
||||
|
Loading…
Reference in New Issue
Block a user