=test Fix typo in Player class.

Signed-off-by: He-Pin <hepin1989@gmail.com>
This commit is contained in:
He-Pin 2023-08-15 17:46:08 +08:00 committed by kerr
parent 02595bbfd4
commit c63eae1ab9

View file

@ -361,7 +361,7 @@ private[pekko] class PlayerHandler(
Try(reconnect()) match {
case Success(r) => connectionRef.set(r)
case Failure(ex) =>
log.error("Error when try to connect to remote addr:[{}] will retry, time left:[{}], cause:[{}].",
log.error("Error when trying to connect to remote addr:[{}] will retry, time left:[{}], cause:[{}].",
server, nextAttempt.timeLeft, ex.getMessage)
scheduleReconnect()
}