summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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})