[ 
https://issues.apache.org/jira/browse/CASSANDRA-14003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16246477#comment-16246477
 ] 

Jaydeepkumar Chovatia commented on CASSANDRA-14003:
---------------------------------------------------

Thank You [~bdeggleston]!

> Correct logger message formatting in SSTableLoader
> --------------------------------------------------
>
>                 Key: CASSANDRA-14003
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14003
>             Project: Cassandra
>          Issue Type: Task
>          Components: Tools
>            Reporter: Jaydeepkumar Chovatia
>            Assignee: Jaydeepkumar Chovatia
>            Priority: Trivial
>             Fix For: 3.0.16, 3.11.2, 4.0
>
>
> Correct logger message formatting inside SSTableLoader.java
> -        outputHandler.output(String.format("Streaming relevant part of %sto 
> %s", names(sstables), endpointToRanges.keySet()));
> +        outputHandler.output(String.format("Streaming relevant part of %s to 
> %s", names(sstables), endpointToRanges.keySet()));
>  



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to