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