This is an automated email from the ASF dual-hosted git repository.
kocolosk pushed a commit to branch jenkins-cpse-debugging
in repository https://gitbox.apache.org/repos/asf/couchdb.git
The following commit(s) were added to refs/heads/jenkins-cpse-debugging by this
push:
new 50d8d9d Small typo
50d8d9d is described below
commit 50d8d9dade710a0db3c7cef31e67de090fec9bce
Author: Adam Kocoloski <[email protected]>
AuthorDate: Tue Aug 13 13:35:40 2019 -0400
Small typo
---
src/couch_replicator/src/couch_replicator.erl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/couch_replicator/src/couch_replicator.erl
b/src/couch_replicator/src/couch_replicator.erl
index b0da628..f08e60b 100644
--- a/src/couch_replicator/src/couch_replicator.erl
+++ b/src/couch_replicator/src/couch_replicator.erl
@@ -53,7 +53,7 @@
{error, any()} |
no_return().
replicate(PostBody, Ctx) ->
- couch_log:notice("Received ~p ~p~n", [{PostBody, Ctx}]),
+ couch_log:notice("Received ~p ~p~n", [PostBody, Ctx]),
{ok, Rep0} = couch_replicator_utils:parse_rep_doc(PostBody, Ctx),
Rep = Rep0#rep{start_time = os:timestamp()},
#rep{id = RepId, options = Options, user_ctx = UserCtx} = Rep,