From 0816508c89c1d4fc851c1824cf8c78fe2519be67 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Wed, 14 May 2008 07:08:04 +0000 Subject: Add link to Futon based on current configuration parameters on CouchDB-startup. Patch by Michael Hendricks git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@656123 13f79535-47bb-0310-9956-ffa450edef68 --- src/couchdb/couch_server_sup.erl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3