Skip to content

Commit

Permalink
mochihex for tree vis
Browse files Browse the repository at this point in the history
  • Loading branch information
Cliff Moon committed Jul 10, 2010
1 parent 375b28d commit 9c09baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/luwak_tree.erl
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ visualize_tree(_Riak, DataName = <<Prefix:8/binary, _/binary>>, DataNode) ->
PrefixData = if
byte_size(Data) > 8 ->
<<P:8/binary, _/binary>> = Data,
P;
mochihex:to_hex(P);
true ->
Data
end,
Expand Down

0 comments on commit 9c09baa

Please sign in to comment.