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 e470709 Small typo
e470709 is described below
commit e470709d4f7f65d1bf531fc6ae162c1eec69c750
Author: Adam Kocoloski <[email protected]>
AuthorDate: Fri Aug 9 17:44:07 2019 -0400
Small typo
---
src/couch_pse_tests/src/cpse_test_purge_replication.erl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/couch_pse_tests/src/cpse_test_purge_replication.erl
b/src/couch_pse_tests/src/cpse_test_purge_replication.erl
index 1489946..73fd83b 100644
--- a/src/couch_pse_tests/src/cpse_test_purge_replication.erl
+++ b/src/couch_pse_tests/src/cpse_test_purge_replication.erl
@@ -218,7 +218,7 @@ db_url(DbName) ->
?debugFmt("Trying to get ~s~n", [Url]),
case test_request:get(?b2l(Url)) of
{ok, 200, _, _} ->
- ?debugMsg("ok",)
+ ?debugMsg("ok"),
ok;
Else ->
?debugFmt("Failed with ~p~n", [Else]),