You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jason Brown (JIRA)" <ji...@apache.org> on 2017/03/16 20:22:41 UTC

[jira] [Commented] (CASSANDRA-13343) Wrong class name for LoggerFactory.getLogger

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

Jason Brown commented on CASSANDRA-13343:
-----------------------------------------

+1. This goes back to 2.2, so I'll fix 'em all. Thanks for finding this trivial one!

> Wrong class name for LoggerFactory.getLogger
> --------------------------------------------
>
>                 Key: CASSANDRA-13343
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13343
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Simon Zhou
>            Assignee: Simon Zhou
>            Priority: Trivial
>             Fix For: 3.0.13
>
>         Attachments: CASSANDRA-13343-v1.patch
>
>
> We have the below code in AnticompactionTask.java. The parameter is wrong.
> {code}
> private static Logger logger = LoggerFactory.getLogger(RepairSession.class);
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)