This is an automated email from the ASF dual-hosted git repository.

brandonwilliams pushed a commit to branch cassandra-3.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/cassandra-3.0 by this push:
     new 8fd046f  Ninja fix typo in logging for CASSANDRA-16628
8fd046f is described below

commit 8fd046f2557e4d50e80986b813bc904dce625e6a
Author: Brandon Williams <[email protected]>
AuthorDate: Fri Apr 23 15:07:43 2021 -0500

    Ninja fix typo in logging for CASSANDRA-16628
---
 src/java/org/apache/cassandra/service/StorageService.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/java/org/apache/cassandra/service/StorageService.java 
b/src/java/org/apache/cassandra/service/StorageService.java
index 5d1f83e..3f54a3a 100644
--- a/src/java/org/apache/cassandra/service/StorageService.java
+++ b/src/java/org/apache/cassandra/service/StorageService.java
@@ -2207,7 +2207,7 @@ public class StorageService extends 
NotificationBroadcasterSupport implements IE
             }
             else
             {
-                logger.info("Nodes () and {} have the same token {}.  Ignoring 
{}", endpoint, currentOwner, token, endpoint);
+                logger.info("Nodes {} and {} have the same token {}.  Ignoring 
{}", endpoint, currentOwner, token, endpoint);
             }
         }
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to