From a422bdb9b3e38a040cc212dbc683ada23a8d8c79 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 02f5d410bb1..4336c15dd82 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) {