diff options
author | Jan Lehnardt <jan@apache.org> | 2009-04-19 13:48:40 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2009-04-19 13:48:40 +0000 |
commit | 6dd95560776a72055032edea820e8b82c3f37685 (patch) | |
tree | 1a6e33f0a95f72c6c7b8064015060ccf0374dcc7 /src/couchdb | |
parent | 23f3fe76b2bc4541b9ef345adb886faf9f16f7e8 (diff) |
add a startup checkpoint to couch.log
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@766467 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/couchdb')
-rw-r--r-- | src/couchdb/couch_server_sup.erl | 1 |
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}. |