From 16b50def3edfeba02ccbffef0f62880d16eaffbe Mon Sep 17 00:00:00 2001 From: Dan Mills Date: Mon, 1 Dec 2008 14:18:12 -0800 Subject: [PATCH] print http status, even for successful requests --- services/sync/modules/resource.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/sync/modules/resource.js b/services/sync/modules/resource.js index 02f5d410bb1e..4336c15dd820 100644 --- a/services/sync/modules/resource.js +++ b/services/sync/modules/resource.js @@ -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) {