summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/fabric_doc_count.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fabric_doc_count.erl b/src/fabric_doc_count.erl
index 75a7a052..09de9d48 100644
--- a/src/fabric_doc_count.erl
+++ b/src/fabric_doc_count.erl
@@ -36,7 +36,7 @@ handle_message(_Other, _, {N, Infos0}) ->
report_error(Infos) ->
MissingShards = [S || {S,nil} <- Infos],
- ?LOG_ERROR("get_db_info error, missing shards: ~p", [MissingShards]).
+ ?LOG_ERROR("doc_count error, missing shards: ~p", [MissingShards]).
is_complete(List) ->
not lists:keymember(nil, 2, List).