Skip to content

Commit

Permalink
remove arbitrary 120-char limit on log_needs_merge messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Caswell committed Jul 23, 2012
1 parent e6e06f5 commit fe76786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bitcask.erl
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,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 fe76786

Please sign in to comment.