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 2017/07/16 15:47:02 UTC

[3/3] couchdb-setup git commit: chore: better log output

chore: better log output


Project: http://git-wip-us.apache.org/repos/asf/couchdb-setup/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-setup/commit/4b90eca7
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-setup/tree/4b90eca7
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-setup/diff/4b90eca7

Branch: refs/heads/593-setup-single-node
Commit: 4b90eca7ede04abaa72a36e38740cdd9c9b22ebe
Parents: 942c665
Author: Jan Lehnardt <ja...@apache.org>
Authored: Sun Jul 16 17:45:13 2017 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Sun Jul 16 17:45:13 2017 +0200

----------------------------------------------------------------------
 src/setup_httpd.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-setup/blob/4b90eca7/src/setup_httpd.erl
----------------------------------------------------------------------
diff --git a/src/setup_httpd.erl b/src/setup_httpd.erl
index 1f5b7aa..f4e05ce 100644
--- a/src/setup_httpd.erl
+++ b/src/setup_httpd.erl
@@ -94,7 +94,7 @@ handle_action("finish_cluster", Setup) ->
         {error, cluster_finished} ->
             {error, <<"Cluster is already finished">>};
         Else ->
-            couch_log:notice("Else: ~p~n", [Else]),
+            couch_log:notice("finish_cluster: ~p~n", [Else]),
             ok
     end;