You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2009/04/19 15:48:41 UTC

svn commit: r766467 - /couchdb/trunk/src/couchdb/couch_server_sup.erl

Author: jan
Date: Sun Apr 19 13:48:40 2009
New Revision: 766467

URL: http://svn.apache.org/viewvc?rev=766467&view=rev
Log:
add a startup checkpoint to couch.log

Modified:
    couchdb/trunk/src/couchdb/couch_server_sup.erl

Modified: couchdb/trunk/src/couchdb/couch_server_sup.erl
URL: http://svn.apache.org/viewvc/couchdb/trunk/src/couchdb/couch_server_sup.erl?rev=766467&r1=766466&r2=766467&view=diff
==============================================================================
--- couchdb/trunk/src/couchdb/couch_server_sup.erl (original)
+++ couchdb/trunk/src/couchdb/couch_server_sup.erl Sun Apr 19 13:48:40 2009
@@ -120,6 +120,7 @@
     unlink(ConfigPid),
 
     io:format("Apache CouchDB has started. Time to relax.~n"),
+    ?LOG_INFO("Apache CouchDB has started.", []),
 
     {ok, Pid}.