summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_server_sup.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/couchdb/couch_server_sup.erl')
-rw-r--r--src/couchdb/couch_server_sup.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/couchdb/couch_server_sup.erl b/src/couchdb/couch_server_sup.erl
index d8396078..344073a3 100644
--- a/src/couchdb/couch_server_sup.erl
+++ b/src/couchdb/couch_server_sup.erl
@@ -120,6 +120,7 @@ start_server(IniFiles) ->
unlink(ConfigPid),
io:format("Apache CouchDB has started. Time to relax.~n"),
+ ?LOG_INFO("Apache CouchDB has started.", []),
{ok, Pid}.