You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2015/09/24 13:10:29 UTC

chttpd commit: updated refs/heads/master to 6f14c61

Repository: couchdb-chttpd
Updated Branches:
  refs/heads/master 091c5ac56 -> 6f14c6169


Lager is optional, don't start it here


Project: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/commit/6f14c616
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/tree/6f14c616
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/diff/6f14c616

Branch: refs/heads/master
Commit: 6f14c6169d5dc0f7f0417b334d65bddf9f54cb8c
Parents: 091c5ac
Author: Robert Newson <rn...@apache.org>
Authored: Thu Sep 24 12:10:20 2015 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Thu Sep 24 12:10:20 2015 +0100

----------------------------------------------------------------------
 src/chttpd_test_util.erl | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/blob/6f14c616/src/chttpd_test_util.erl
----------------------------------------------------------------------
diff --git a/src/chttpd_test_util.erl b/src/chttpd_test_util.erl
index 7a71ccf..fcea86b 100644
--- a/src/chttpd_test_util.erl
+++ b/src/chttpd_test_util.erl
@@ -22,7 +22,6 @@ start_couch() ->
 
 start_couch(IniFiles) ->
     ok = application:set_env(config, ini_files, IniFiles),
-    ok = lager:start(),
     test_util:start_applications([inets, ibrowse, ssl, config, couch, chttpd]).
 
 stop_couch(Ctx) ->