When Damien checked in incremental reduce (r656861) it appears
that he accidentally removed the link to Futon that's shown after
CouchDB starts.
---
src/couchdb/couch_server_sup.erl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/couchdb/couch_server_sup.erl b/src/couchdb/couch_server_sup.erl
index ee555c3..bc9e5b8 100644
--- a/src/couchdb/couch_server_sup.erl
+++ b/src/couchdb/couch_server_sup.erl
@@ -176,7 +176,7 @@ start_server(InputIniFilename) ->
case StartResult of
{ok,_} ->
% only output when startup was successful
- %io:format("Find Futon, the management interface,
at:~nhttp://~s:~s/_utils/index.html~n~n", [BindAddress, Port]),
+ io:format("Find Futon, the management interface,
at:~nhttp://~s:~s/_utils/index.html~n~n", [BindAddress, Port]),
io:format("Apache CouchDB has started. Time to relax.~n");
_ ->
% Since we failed startup, unconditionally dump configuration data to
console
--
1.5.5.23.g2a5fe