This is an automated email from the ASF dual-hosted git repository.
hepin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git
The following commit(s) were added to refs/heads/main by this push:
new c63eae1ab9 =test Fix typo in Player class.
c63eae1ab9 is described below
commit c63eae1ab974ada157766a10bafe155a171f74fd
Author: He-Pin <[email protected]>
AuthorDate: Tue Aug 15 17:46:08 2023 +0800
=test Fix typo in Player class.
Signed-off-by: He-Pin <[email protected]>
---
.../src/main/scala/org/apache/pekko/remote/testconductor/Player.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/multi-node-testkit/src/main/scala/org/apache/pekko/remote/testconductor/Player.scala
b/multi-node-testkit/src/main/scala/org/apache/pekko/remote/testconductor/Player.scala
index 7dcaa10a8d..b58c7f5dd6 100644
---
a/multi-node-testkit/src/main/scala/org/apache/pekko/remote/testconductor/Player.scala
+++
b/multi-node-testkit/src/main/scala/org/apache/pekko/remote/testconductor/Player.scala
@@ -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()
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]