Skip to content

Commit

Permalink
Add newline in message
Browse files Browse the repository at this point in the history
  • Loading branch information
kuenishi committed Jul 14, 2015
1 parent 735a1b8 commit cfcdb0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion priv/tools/internal/offline_delete.erl
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ open_all_bitcask(BitcaskDir) ->
{match, _} ->
true;
_ ->
io:format("skipping ~p in the bitcask dir.", [X]),
io:format("skipping ~p in the bitcask dir.~n", [X]),
false
end
end,
Expand Down

6 comments on commit cfcdb0e

@kuenishi
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@borshop
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from kuenishi
at cfcdb0e

@borshop
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging basho/riak_cs/feature/filter-out-meta-dir-in-offline-gc-tool = cfcdb0e into borshop-integration-1186-feature/filter-out-meta-dir-in-offline-gc-tool

@borshop
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

basho/riak_cs/feature/filter-out-meta-dir-in-offline-gc-tool = cfcdb0e merged ok, testing candidate = 3274aa3

@borshop
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@borshop
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding develop to borshop-integration-1186-feature/filter-out-meta-dir-in-offline-gc-tool = 3274aa3

Please sign in to comment.