Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 23350 invoked from network); 23 Jul 2010 20:40:53 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 23 Jul 2010 20:40:53 -0000 Received: (qmail 69199 invoked by uid 500); 23 Jul 2010 20:40:53 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 69104 invoked by uid 500); 23 Jul 2010 20:40:53 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 69097 invoked by uid 99); 23 Jul 2010 20:40:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jul 2010 20:40:53 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jul 2010 20:40:50 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id AEF2223889F1; Fri, 23 Jul 2010 20:39:57 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r967252 - /couchdb/branches/1.0.x/src/couchdb/couch_rep.erl Date: Fri, 23 Jul 2010 20:39:57 -0000 To: commits@couchdb.apache.org From: fdmanana@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100723203957.AEF2223889F1@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: fdmanana Date: Fri Jul 23 20:39:57 2010 New Revision: 967252 URL: http://svn.apache.org/viewvc?rev=967252&view=rev Log: Merged revision 967251 from trunk: Removed bogus log error message. Modified: couchdb/branches/1.0.x/src/couchdb/couch_rep.erl Modified: couchdb/branches/1.0.x/src/couchdb/couch_rep.erl URL: http://svn.apache.org/viewvc/couchdb/branches/1.0.x/src/couchdb/couch_rep.erl?rev=967252&r1=967251&r2=967252&view=diff ============================================================================== --- couchdb/branches/1.0.x/src/couchdb/couch_rep.erl (original) +++ couchdb/branches/1.0.x/src/couchdb/couch_rep.erl Fri Jul 23 20:39:57 2010 @@ -659,7 +659,6 @@ ensure_full_commit(#http_db{headers = He method = post, headers = couch_util:proplist_apply_field({"Content-Type", "application/json"}, Headers) }, - ?LOG_ERROR("Req ~p",[Req]), {ResultProps} = couch_rep_httpc:request(Req), true = couch_util:get_value(<<"ok">>, ResultProps), couch_util:get_value(<<"instance_start_time">>, ResultProps);