Merge branch 'cassandra-3.11' into trunk

This commit is contained in:
Brandon Williams 2021-04-23 15:08:53 -05:00
commit 3bcab600ed
1 changed files with 1 additions and 1 deletions

View File

@ -2697,7 +2697,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);
}
}