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

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

Simon Zhou created CASSANDRA-13343:
--------------------------------------

             Summary: 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


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)