From 88627dd6d98acd1a6700994037f4da1362dbcb3e Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Thu, 3 Apr 2008 19:09:08 +0000 Subject: merge from mochiweb branch: fix copy and paste error to allow startup of FulltextQueryServer git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@644444 13f79535-47bb-0310-9956-ffa450edef68 --- src/couchdb/couch_server_sup.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/couchdb/couch_server_sup.erl b/src/couchdb/couch_server_sup.erl index 8b9889e7..3c9b92f6 100644 --- a/src/couchdb/couch_server_sup.erl +++ b/src/couchdb/couch_server_sup.erl @@ -136,7 +136,7 @@ start_server(InputIniFilename) -> permanent, 1000, supervisor, - [httpd]}] + [couch_ft_query]}] end, io:format("couch ~s (LogLevel=~s)~n", [couch_server:get_version(), LogLevel]), -- cgit v1.2.3