Skip to content

Commit df295a0

Browse files
committed
more detailed log
1 parent db1d880 commit df295a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ra_log.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -670,8 +670,8 @@ handle_event({written, _Term, {FromIdx, _}} = Evt,
670670
{resend_from(Expected, State0), []};
671671
false ->
672672
?INFO("~ts: ra_log: written gap detected at ~b but is outside
673-
of mem table range. Updating last written index to ~b!",
674-
[LogId, FromIdx, Expected]),
673+
of mem table range ~w. Updating last written index to ~b!",
674+
[LogId, FromIdx, MtRange, Expected]),
675675
%% if the entry is not in the mem table we may have missed a
676676
%% written event due to wal crash. Accept written event by updating
677677
%% last written index term and recursing

0 commit comments

Comments
 (0)