diff options
author | Jan Lehnardt <jan@apache.org> | 2008-04-03 19:09:08 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2008-04-03 19:09:08 +0000 |
commit | 88627dd6d98acd1a6700994037f4da1362dbcb3e (patch) | |
tree | 42db20f8c56a3f92568109aa3b212de3c8f1c515 /src/couchdb | |
parent | 042de2f5aeea9fb5be6768df934d61ba26985d5c (diff) |
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
Diffstat (limited to 'src/couchdb')
-rw-r--r-- | src/couchdb/couch_server_sup.erl | 2 |
1 files changed, 1 insertions, 1 deletions
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]), |