Author: jan
Date: Thu Apr 3 12:09:08 2008
New Revision: 644444
URL: http://svn.apache.org/viewvc?rev=644444&view=rev
Log:
merge from mochiweb branch: fix copy and paste error to allow startup of FulltextQueryServer
Modified:
incubator/couchdb/trunk/src/couchdb/couch_server_sup.erl
Modified: incubator/couchdb/trunk/src/couchdb/couch_server_sup.erl
URL: http://svn.apache.org/viewvc/incubator/couchdb/trunk/src/couchdb/couch_server_sup.erl?rev=644444&r1=644443&r2=644444&view=diff
==============================================================================
--- incubator/couchdb/trunk/src/couchdb/couch_server_sup.erl (original)
+++ incubator/couchdb/trunk/src/couchdb/couch_server_sup.erl Thu Apr 3 12:09:08 2008
@@ -136,7 +136,7 @@
permanent,
1000,
supervisor,
- [httpd]}]
+ [couch_ft_query]}]
end,
io:format("couch ~s (LogLevel=~s)~n", [couch_server:get_version(), LogLevel]),
|