diff options
author | Jan Lehnardt <jan@apache.org> | 2017-07-16 17:45:13 +0200 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2017-07-16 17:45:13 +0200 |
commit | 4b90eca7ede04abaa72a36e38740cdd9c9b22ebe (patch) | |
tree | df6f7f11cc17160e6f8d1a211c90dfcb340caa51 | |
parent | 942c665c6e44c4f954a77d72a59aac856f20a6f3 (diff) | |
download | couchdb-4b90eca7ede04abaa72a36e38740cdd9c9b22ebe.tar.gz |
chore: better log output
-rw-r--r-- | src/setup_httpd.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setup_httpd.erl b/src/setup_httpd.erl index 1f5b7aaca..f4e05ce09 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; |