summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2008-05-14 07:08:04 +0000
committerJan Lehnardt <jan@apache.org>2008-05-14 07:08:04 +0000
commit0816508c89c1d4fc851c1824cf8c78fe2519be67 (patch)
tree02bb32dace38f9dd421d1f11b4aa9e0d82b8191c /src
parent8d20c8433f2a0ef44dab2ef0aec5a8c95e8258ef (diff)
Add link to Futon based on current configuration parameters on CouchDB-startup. Patch by Michael Hendricks <michael@ndrix.org>
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@656123 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r--src/couchdb/couch_server_sup.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/couchdb/couch_server_sup.erl b/src/couchdb/couch_server_sup.erl
index 22318154..bc9e5b84 100644
--- a/src/couchdb/couch_server_sup.erl
+++ b/src/couchdb/couch_server_sup.erl
@@ -138,7 +138,7 @@ start_server(InputIniFilename) ->
end,
io:format("couch ~s (LogLevel=~s)~n", [couch_server:get_version(), LogLevel]),
- io:format("~s~n", [ConsoleStartupMsg]),
+ io:format("~s~n~n", [ConsoleStartupMsg]),
couch_util:start_driver(UtilDriverDir),
@@ -176,6 +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("Apache CouchDB has started. Time to relax.~n");
_ ->
% Since we failed startup, unconditionally dump configuration data to console