=test Fix typo in Player class.
Signed-off-by: He-Pin <hepin1989@gmail.com>
This commit is contained in:
parent
02595bbfd4
commit
c63eae1ab9
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue