This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push: new c899f1c061 Improve grammar - reported via POEditor c899f1c061 is described below commit c899f1c061fcf80aaa1fc14c86e8acac2cd80594 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Feb 1 15:08:46 2023 +0000 Improve grammar - reported via POEditor --- java/org/apache/catalina/tribes/membership/LocalStrings.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/org/apache/catalina/tribes/membership/LocalStrings.properties b/java/org/apache/catalina/tribes/membership/LocalStrings.properties index a4bd33ae95..2142f878a1 100644 --- a/java/org/apache/catalina/tribes/membership/LocalStrings.properties +++ b/java/org/apache/catalina/tribes/membership/LocalStrings.properties @@ -31,8 +31,8 @@ mcastServiceImpl.invalid.stopLevel=Invalid stop level. Only acceptable levels ar mcastServiceImpl.memberDisappeared.failed=Unable to process member disappeared message. mcastServiceImpl.packet.tooLong=Multicast packet received was too long, dropping package:[{0}] mcastServiceImpl.receive.running=McastService.receive already running. -mcastServiceImpl.recovery=Tribes membership, running recovery thread, multicasting is not functional. -mcastServiceImpl.recovery.failed=Recovery attempt number [{0}] failed, trying again in [{1}] seconds +mcastServiceImpl.recovery=Tribes membership running recovery thread. Multicasting is not functional. +mcastServiceImpl.recovery.failed=Recovery attempt number [{0}] failed. Trying again in [{1}] seconds. mcastServiceImpl.recovery.startFailed=Recovery thread failed to start membership service. mcastServiceImpl.recovery.stopFailed=Recovery thread failed to stop membership service. mcastServiceImpl.recovery.successful=Membership recovery was successful. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org