You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2019/05/30 16:31:30 UTC

[GitHub] [cassandra] keepsimple1 opened a new pull request #324: Remove mismatched placeholder in log

keepsimple1 opened a new pull request #324: Remove mismatched placeholder in log
URL: https://github.com/apache/cassandra/pull/324
 
 
   A simple change: the placeholder `{}` is mismatched (and misleading) as there is no argument for that. The next argument is a `Throwable` . I.e. the `logger.warn` here is of prototype:
   ```
   void warn(String var1, Throwable var2);
   ```
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org