Rakesh R created BOOKKEEPER-652:
-----------------------------------

             Summary: Logger class name is wrong in LedgerCacheImpl.java
                 Key: BOOKKEEPER-652
                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-652
             Project: Bookkeeper
          Issue Type: Bug
          Components: bookkeeper-server
            Reporter: Rakesh R
            Assignee: Rakesh R
            Priority: Trivial
             Fix For: 4.3.0


In LedgerCacheImpl.java logger class name is given as 'LedgerDescriptor.class'
{code}
public class LedgerCacheImpl implements LedgerCache {
    private final static Logger LOG = 
LoggerFactory.getLogger(LedgerDescriptor.class);
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to