Skip to content

Commit

Permalink
Merge pull request #954 from basho/mas-i1004-logformat
Browse files Browse the repository at this point in the history
Fix log
  • Loading branch information
martinsumner authored Feb 13, 2020
2 parents a6de474 + de7e0d4 commit 9be8173
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
13 changes: 4 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
language: erlang
notifications:
webhooks: http://basho-engbot.herokuapp.com/travis?key=72ce513a4a26166521f60f72511bfb905329db87
email: eng@basho.com
script:
- make dialyzer
- make test
otp_release:
- R16B
- R15B03
- R15B02
- R15B01
- R15B

- R16B03
2 changes: 1 addition & 1 deletion src/hashtree.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1166,7 +1166,7 @@ compare(Level, Bucket, Tree, Remote, AccFun, KeyAcc) ->
Inter = ordsets:intersection(ordsets:from_list(HL1),
ordsets:from_list(HL2)),
Diff = ordsets:subtract(Union, Inter),
lager:debug("Tree ~p level ~p bucket ~p\nL=~p\nR=~p\nD=\n",
lager:debug("Tree ~p level ~p bucket ~p\nL=~p\nR=~p\nD=~p\n",
[Tree, Level, Bucket, HL1, HL2, Diff]),
KeyAcc3 =
lists:foldl(fun({Bucket2, _}, KeyAcc2) ->
Expand Down

0 comments on commit 9be8173

Please sign in to comment.