You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2008/07/04 22:39:11 UTC

svn commit: r674118 - /incubator/couchdb/branches/runtimeconfig/src/couchdb/couch_config.erl

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.