Skip to content

Commit

Permalink
fix typo in read side log (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zen Yui authored Nov 2, 2020
1 parent 3358cb4 commit f34b222
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class ReadProcessor(
eventualResponse match {
case Failure(exception) =>
log.error(
s"[ChiefOfState]: ${projectionId} - unable to retrieve command handler response due to ${exception.getMessage}"
s"[ChiefOfState]: ${projectionId} - unable to retrieve read handler response due to ${exception.getMessage}"
)
DBIOAction.failed(exception)
case Success(value) => handleSuccessfulResponse(value)
Expand Down

0 comments on commit f34b222

Please sign in to comment.