Skip to content

Commit

Permalink
Merge commit 'fe76786d7c4f1679a4d3c469ebb942021c06645b' into jfw-zero…
Browse files Browse the repository at this point in the history
…_byte_merge
  • Loading branch information
Riak User committed Sep 18, 2012
2 parents 6eb2f59 + fe76786 commit ce86ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bitcask.erl
Expand Up @@ -599,7 +599,7 @@ needs_merge(Ref) ->
%% recv this information and decide if they want it
case get_opt(log_needs_merge, State#bc_state.opts) of
true ->
error_logger:info_msg("~p needs_merge: ~120p\n",
error_logger:info_msg("~p needs_merge: ~p\n",
[State#bc_state.dirname, MergableFiles]);
_ ->
ok
Expand Down

0 comments on commit ce86ea2

Please sign in to comment.