print http status, even for successful requests

This commit is contained in:
Dan Mills 2008-12-01 14:18:12 -08:00
parent a4a03dd03a
commit 16b50def3e

View File

@ -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) {