summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2020-04-23 00:14:48 +0200
committerJoan Touzet <joant@atypical.net>2020-04-22 18:15:12 -0400
commitf9bda8f81c4397fc88737a2b8a47ef22700b8a45 (patch)
tree3843e68ea114c7ea8ba271a905ab772a5f1ef96d
parentbc1cd60261db6096c8ab582718582093346753a0 (diff)
downloadcouchdb-3.x-setup-logging.tar.gz
fix: use correct logging module name, fixes #2797 (#2798)3.x-setup-logging
Co-authored-by: Joan Touzet <wohali@users.noreply.github.com>
-rw-r--r--src/setup/src/setup.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setup/src/setup.erl b/src/setup/src/setup.erl
index 3d23229b8..4867f6096 100644
--- a/src/setup/src/setup.erl
+++ b/src/setup/src/setup.erl
@@ -262,7 +262,7 @@ sync_config(Section, Key, Value) ->
ok ->
ok;
error ->
- log:error("~p sync_admin results ~p errors ~p",
+ couch_log:error("~p sync_admin results ~p errors ~p",
[?MODULE, Results, Errors]),
Reason = "Cluster setup unable to sync admin passwords",
throw({setup_error, Reason})