Skip to content

Commit 62f7ab0

Browse files
authored
chore: Missing log param (#657)
1 parent e8c8261 commit 62f7ab0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/scala/akka/persistence/r2dbc/query/scaladsl/R2dbcReadJournal.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -817,6 +817,7 @@ final class R2dbcReadJournal(system: ExtendedActorSystem, config: Config, cfgPat
817817
"eventsByPersistenceId query [{}] for persistenceId [{}], from [{}]. Found [{}] rows in previous query.",
818818
newState.queryCount,
819819
persistenceId,
820+
state.latestSeqNr + 1,
820821
state.rowCount)
821822

822823
newState ->

0 commit comments

Comments
 (0)