mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 16:46:26 +00:00
print http status, even for successful requests
This commit is contained in:
parent
a4a03dd03a
commit
16b50def3e
@ -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