Skip to content

Commit

Permalink
more accurate logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Cliff Moon committed May 31, 2010
1 parent e6942cb commit 835c17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/luwak/src/luwak_io.erl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ get_range(Riak, File, Start, Length) ->
Blocks = luwak_tree:get_range(Riak, RootObj, BlockSize, 0, Start, Start+Length),
?debugFmt("blocks ~p~n", [Blocks]),
ChopHead = Start rem BlockSize,
?debugFmt("chophead ~p choptail ~p~n", [ChopHead, Length]),
?debugFmt("chophead ~p length ~p~n", [ChopHead, Length]),
retrieve_blocks(Riak, Blocks, ChopHead, Length).

truncate(Riak, File, 0) ->
Expand Down

0 comments on commit 835c17b

Please sign in to comment.