Return-Path: Delivered-To: apmail-incubator-couchdb-commits-archive@locus.apache.org Received: (qmail 39430 invoked from network); 4 Jul 2008 20:40:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jul 2008 20:40:02 -0000 Received: (qmail 79706 invoked by uid 500); 4 Jul 2008 20:40:03 -0000 Delivered-To: apmail-incubator-couchdb-commits-archive@incubator.apache.org Received: (qmail 79682 invoked by uid 500); 4 Jul 2008 20:40:03 -0000 Mailing-List: contact couchdb-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-dev@incubator.apache.org Delivered-To: mailing list couchdb-commits@incubator.apache.org Received: (qmail 79673 invoked by uid 99); 4 Jul 2008 20:40:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jul 2008 13:40:03 -0700 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, 04 Jul 2008 20:39:20 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C859523889BB; Fri, 4 Jul 2008 13:39:11 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r674118 - /incubator/couchdb/branches/runtimeconfig/src/couchdb/couch_config.erl Date: Fri, 04 Jul 2008 20:39:11 -0000 To: couchdb-commits@incubator.apache.org From: jan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080704203911.C859523889BB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jan Date: Fri Jul 4 13:39:11 2008 New Revision: 674118 URL: http://svn.apache.org/viewvc?rev=674118&view=rev Log: add comment Modified: incubator/couchdb/branches/runtimeconfig/src/couchdb/couch_config.erl Modified: incubator/couchdb/branches/runtimeconfig/src/couchdb/couch_config.erl URL: http://svn.apache.org/viewvc/incubator/couchdb/branches/runtimeconfig/src/couchdb/couch_config.erl?rev=674118&r1=674117&r2=674118&view=diff ============================================================================== --- incubator/couchdb/branches/runtimeconfig/src/couchdb/couch_config.erl (original) +++ incubator/couchdb/branches/runtimeconfig/src/couchdb/couch_config.erl Fri Jul 4 13:39:11 2008 @@ -274,7 +274,7 @@ case File of {ok, FileName} -> couch_config_writer:save_config(Config, FileName); - _ -> + _ -> % silently ignore writing if we have only a single ini file ok end.