Skip to content

Commit

Permalink
Suppress warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ksauzz committed Nov 20, 2015
1 parent 2464ffb commit 9982efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion priv/tools/internal/riak_cs_inspector.erl
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ list_blocks(RiakcPid, Bucket, Key, UUIDHexPrefix) ->
case lists:nth(1, Blocks) of
{UUID, _Seq} ->
"UUID ";
{PartUUID, _Seq} ->
{_PartUUID, _Seq} ->
"Part UUID "
end,
io:format("Blocks in object [~s/~s]:~n", [Key, mochihex:to_hex(UUID)]),
Expand Down

6 comments on commit 9982efc

@kuenishi
Copy link
Contributor

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 9982efc

@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/support/inspector-for-mp = 9982efc into borshop-integration-1272-support/inspector-for-mp

@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/support/inspector-for-mp = 9982efc merged ok, testing candidate = be25104

@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 2.0 to borshop-integration-1272-support/inspector-for-mp = be25104

Please sign in to comment.